springboot项目访问页面404,但是可以进入控制层代码

如果将页面放在resources目录下的templates文件夹下,如果没有引入

spring-boot-starter-thymeleaf   

依赖,就会发生这种情况,可以进入控制层代码,代码访问不了页面,浏览器报404页面没有找到

springboot项目访问页面404,但是可以进入控制层代码_第1张图片

解决办法:

引入


    org.springframework.boot
    spring-boot-starter-thymeleaf
    2.2.7.RELEASE

依赖

你可能感兴趣的:(springboot,spring,boot,java,后端,前端)