fix: 生产环境web静态资源目录配置

This commit is contained in:
xiongxiaoyang
2025-03-18 20:22:54 +08:00
parent 3858cd4e49
commit f5a9a7423f
3 changed files with 3 additions and 11 deletions

View File

@ -2,9 +2,6 @@ spring:
datasource:
url: jdbc:shardingsphere:absolutepath:${user.dir}/config/shardingsphere-jdbc.yml
driver-class-name: org.apache.shardingsphere.driver.ShardingSphereDriver
cache:
ehcache:
config: classpath:ehcache.xml
thymeleaf:
mode: LEGACYHTML5 #去除thymeleaf的html严格校验thymeleaf.mode=LEGACYHTML5
cache: false # 是否开启模板缓存默认true,建议在开发时关闭缓存,不然没法看到实时