Merge pull request #14845 from ranarula
* pr/14845: Polish SpringBootJoranConfigurator
This commit is contained in:
@@ -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