Update SNAPSHOT to 2.1.0.RC2

This commit is contained in:
buildmaster
2018-12-11 21:39:50 +00:00
parent b622ae6593
commit acc4331697
9 changed files with 21 additions and 13 deletions

View File

@@ -163,6 +163,14 @@ To modify the startup behavior, you can change the location of the config server
spring.cloud.config.uri: http://myconfigserver.com
----
By default, if no application name is set, `application` will be used. To modify the name, the following property can be added to the `bootstrap.properties` file:
----
spring.application.name: myapp
----
NOTE: When setting the property `${spring.application.name}` do not prefix your app name with the reserved word `application-` to prevent issues resolving the correct property source.
The bootstrap properties show up in the `/env` endpoint as a high-priority property source, as shown in the following example.
----