We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc39540 commit 13b155eCopy full SHA for 13b155e
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -1625,9 +1625,9 @@ property files>>.
1625
[[boot-features-profiles]]
1626
== Profiles
1627
Spring Profiles provide a way to segregate parts of your application configuration and
1628
-make it be available only in certain environments. Any `@Component` or `@Configuration`
1629
-can be marked with `@Profile` to limit when it is loaded, as shown in the following
1630
-example:
+make it be available only in certain environments. Any `@Component`, `@Configuration`
+or `@ConfigurationProperties` can be marked with `@Profile` to limit when it is loaded,
+as shown in the following example:
1631
1632
[source,java,indent=0]
1633
----
0 commit comments