diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index abe299d59b..ee7c4ffbf1 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -377,6 +377,11 @@ by using a `spring.profiles` key to indicate when the document applies. For exam server: address: 192.168.1.100 --- + spring: + profiles: development + server: + address: 127.0.0.1 + --- spring: profiles: production server: