haluomao / bugbag

bug bag
0 stars 0 forks source link

spring-boot-starter-thymeleaf 避坑指南 #3

Open haluomao opened 4 years ago

haluomao commented 4 years ago

https://www.cnblogs.com/swanyf/p/10942543.html

严格编码问题: 加上模板编码 spring.thymeleaf.mode=LEGACYHTML5 和

<dependency>
    <groupId>net.sourceforge.nekohtml</groupId>
    <artifactId>nekohtml</artifactId>
    <version>1.9.22</version>
</dependency>