mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Merge pull request #14845 from ranarula
* pr/14845: Polish SpringBootJoranConfigurator
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class SpringBootJoranConfigurator extends JoranConfigurator {
|
||||
rs.addRule(new ElementSelector("configuration/springProperty"),
|
||||
new SpringPropertyAction(environment));
|
||||
rs.addRule(new ElementSelector("*/springProfile"),
|
||||
new SpringProfileAction(this.initializationContext.getEnvironment()));
|
||||
new SpringProfileAction(environment));
|
||||
rs.addRule(new ElementSelector("*/springProfile/*"), new NOPAction());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user