mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Rename spring.{profile}.active => {profiles}
Same for spring.profiles.default
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ import org.springframework.core.env.ConfigurableEnvironment;
|
||||
*
|
||||
* <p>A <em>profile</em> is a named logical grouping that may be activated programatically via
|
||||
* {@link ConfigurableEnvironment#setActiveProfiles} or declaratively through setting the
|
||||
* {@link AbstractEnvironment#ACTIVE_PROFILES_PROPERTY_NAME spring.profile.active} property,
|
||||
* {@link AbstractEnvironment#ACTIVE_PROFILES_PROPERTY_NAME spring.profiles.active} property,
|
||||
* usually through JVM system properties, as an environment variable, or for web applications
|
||||
* as a Servlet context parameter in {@code web.xml}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user