Skip to content

Commit 4fd9809

Browse files
committed
FIX ISSUE
1 parent 6f3ee72 commit 4fd9809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/02-configuration/servers/spring-cloud-config-server.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ and placed in the root folder (e.g., /catalog-service.yml or /catalog-service-pr
103103
use the default naming and put them in a subfolder named after the application (e.g.,
104104
/catalog-service/application.yml or /catalog-service/application-prod.yml).
105105

106-
You can also put application.yml or application-{profile}.yml files in the root folder
106+
You can also put application.yml or application-\{profile}.yml files in the root folder
107107
to define default values for all applications. They can be used as a fallback whenever
108108
there is no more specific property source. Spring Cloud Config Server will always
109109
return the properties from the most specific path, using the application name, active
@@ -412,6 +412,6 @@ class MessageRestController {
412412

413413
* https://github.com/spring-kb/baeldung-quick-intro-to-spring-cloud-config[Baeldung Quick Intro to Spring Cloud Configuration]
414414
* https://github.com/spring-kb/baeldung-spring-cloud-consul[Quick Guide to Spring Cloud Consul]
415-
+
415+
416416
== Samples
417417
* https://github.com/books-java/Learn-Microservices-with-Spring-Boot-3[Multiplication Microservices Example]

0 commit comments

Comments
 (0)