错误信息:Error resolving template “login.html”
1、查找了login.html文件是存在的,首先要确定项目是否编译出target文件及静态资源和视图文件
2、检查配置文件,没有问题
3、maven依赖没有问题:
org.springframework.boot
spring-boot-starter-thymeleaf
org.thymeleaf
thymeleaf
3.0.9.RELEASE
org.thymeleaf
thymeleaf-spring4
3.0.9.RELEASE
org.springframework.boot
spring-boot-maven-plugin
org.mybatis.generator
mybatis-generator-maven-plugin
1.3.2
src/main/resources/generatorConfig.xml
true
true
src/main
**/*.properties
**/*.xml
4、检查视图跳转WebMvcConfigurer
因为其他项目都是这样配置的,所以没太在意这部分,多次检查才发现是路径有误:
改为:
重启访问成功