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 890fb96 commit f88d548Copy full SHA for f88d548
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -228,7 +228,7 @@ about YAML.
228
229
[[howto-set-active-spring-profiles]]
230
=== Set the active Spring profiles
231
-The Spring `Environment` has an API for this, but normally you would set a System profile
+The Spring `Environment` has an API for this, but normally you would set a System property
232
(`spring.profiles.active`) or an OS environment variable (`SPRING_PROFILES_ACTIVE`). E.g.
233
launch your application with a `-D` argument (remember to put it before the main class
234
or jar archive):
0 commit comments