Remove redundant words in doc (#1117)

This commit is contained in:
Johnny Lim
2018-08-28 22:36:42 +09:00
committed by Ryan Baxter
parent 410b0ccc06
commit d6688745d4

View File

@@ -124,7 +124,7 @@ 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 as the default. To modify the name, the following property can be added to the `bootstrap.properties` file:
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