diff --git a/jimureport-samples/jimureport-demo/src/main/resources/application.yml b/jimureport-samples/jimureport-demo/src/main/resources/application.yml index 853cbe0..dec1e44 100644 --- a/jimureport-samples/jimureport-demo/src/main/resources/application.yml +++ b/jimureport-samples/jimureport-demo/src/main/resources/application.yml @@ -1,12 +1,6 @@ server: port: 8085 spring: - #配置freemarker - freemarker: - suffix: .ftl - charset: UTF-8 - template-loader-path: - - classpath:/templates #配置静态资源 mvc: static-path-pattern: /**