06 2022 档案
摘要:maven打包项目报JS编译的错误 经过检查是增加了CSS/JS压缩的插件,注释掉插件正常打包
阅读全文
摘要:直接参考 https://blog.csdn.net/maoer95209520/article/details/118927413
阅读全文
摘要:配置这个足够了! spring: thymeleaf: cache: false 访问静态资源 忽略掉static,直接从static的下一级作为根目录 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spri
阅读全文
摘要:经过网上查找,是编码格式的问题,去掉BOM即可。 idea操作如下: BOM介绍:来源于百度百科 https://baike.baidu.com/item/BOM/2790401?fr=aladdin
阅读全文