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

@ -27,9 +27,6 @@ spring:
max-file-size: 100MB
max-request-size: 100MB
devtools:
restart:
enabled: true
main:
allow-bean-definition-overriding: true
@ -39,9 +36,6 @@ mybatis:
map-underscore-to-camel-case: true
mapper-locations: mybatis/**/*Mapper.xml
typeAliasesPackage: com.java2nb.**.domain
#[弃用]配置缓存和session存储方式默认ehcache,可选redis,[弃用]调整至 spring cache typeshiro.用户权限sessionspring.cache通用
#[弃用]cacheType: ehcache
logging:
config: classpath:logback-boot.xml