Fix freeMarker->freemarker
This commit is contained in:
parent
aca0d38f08
commit
6a10df0933
|
|
@ -69,7 +69,7 @@ public class FreeMarkerAutoConfiguration implements EnvironmentAware {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setEnvironment(Environment environment) {
|
public void setEnvironment(Environment environment) {
|
||||||
this.environment = new RelaxedPropertyResolver(environment, "spring.freeMarker.");
|
this.environment = new RelaxedPropertyResolver(environment, "spring.freemarker.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue