springboot错误 ------Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.


一、检查SpringbootApplication的位置是否直接在groupId的包下面 
比如你的groupId是com.baidu。那么SpringbootApplication放在\src\main\java\com\baidu\目录下 
二、如果第一步并且使用的是thymeleaf模板引擎,那么再检查有没有添加依赖

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM