2020
10-10
10-10
Springboot使用thymeleaf动态模板实现刷新
当springmvc转向springboot的时候,发现springboot默认支持thymeleaf,对于一直使用jsp的程序员,还是有点不适应。不过研究了一会发现thymeleaf更加适合前后分离,所以果断抛弃jsp转入thymeleaf,最头疼的就是修改完之后不会自动刷新。首先要在配置文件application.yml(或application.properties)springthymeleaf:cache:false#重点是这个要设置false不然会无效prefix:classpath:/thymeleaf/suffix:....
继续阅读 >