|
|
@@ -7,7 +7,7 @@ import org.springframework.context.annotation.Bean;
|
|
|
@org.springframework.context.annotation.Configuration
|
|
|
public class FreeMarkerConfig {
|
|
|
|
|
|
- @Bean(name = "freeMarkerConfiguration")
|
|
|
+ @Bean(name = "customFreeMarkerConfiguration")
|
|
|
public freemarker.template.Configuration freeMarkerConfiguration() {
|
|
|
freemarker.template.Configuration configuration = new freemarker.template.Configuration(freemarker.template.Configuration.VERSION_2_3_32);
|
|
|
configuration.setNamingConvention(freemarker.template.Configuration.AUTO_DETECT_NAMING_CONVENTION);
|