问题出现

SpringBoot中thymeleaf页面无法访问的问题
编写了登陆界面,测试登陆代码时,一直404,访问templates下面的success.html不行
SpringBoot中thymeleaf页面无法访问的问题

解决

SpringBoot版本和thymaleaf版本问题
本人用的是springboot2.2.0
SpringBoot中thymeleaf页面无法访问的问题
thymaleaf开始用的是
SpringBoot中thymeleaf页面无法访问的问题
thymaleaf后来换成就好了
SpringBoot中thymeleaf页面无法访问的问题
SpringBoot中thymeleaf页面无法访问的问题

相关文章: