Error resolving template template might not exist or might not be accessible
框架:springboot+mybatisplus+shiro+thymeleaf
问题:
模板页不存在
先自查1.依赖是否导入正确
2.requestmapping路径是否正确
我的原因:
easycode自动生成代码时,controller层会在整个类前加上一个统一的requestmapping,导致跳转时出现问题
解决办法:
把路径改正确即可