增加漫画弹幕

This commit is contained in:
xxy
2019-12-01 12:04:21 +08:00
parent 7bf7db85e9
commit 2b8eb63836
4 changed files with 321 additions and 220 deletions

View File

@@ -14,7 +14,7 @@ spring:
config: classpath:ehcache.xml
thymeleaf:
mode: LEGACYHTML5 #去除thymeleaf的html严格校验thymeleaf.mode=LEGACYHTML5
cache: true # 是否开启模板缓存默认true,建议在开发时关闭缓存,不然没法看到实时
cache: false # 是否开启模板缓存默认true,建议在开发时关闭缓存,不然没法看到实时
freemarker:
template-loader-path: classpath:/templates #设定freemarker文件路径 默认为src/main/resources/templatestemplate-loader-path=classpath:/templates
charset: UTF-8 # 模板编码