spring boot ---Whitelabel Error Page

2018-10-29 15:32:36来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

想试一下spring boot的hello world,可是出错了

错误:

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Oct 29 09:55:25 CST 2018
There was an unexpected error (type=Not Found, status=404).
No message available
 
 
404??访问资源没找到。怎么可能呢

 

经过网上搜索终于找到原因了,controller必须在spring boot的启动程序的包或子包

 

 新建一个包com.exammple.demo.controller

将IndexController.java移到com.example.demo.controller下

然后访问http://localhost:8080/

 

 ok啦

 

 

附上我找到的答案地址:https://blog.csdn.net/kmesky/article/details/80019993

 

 

 

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:讲师、老师,一字之差有多远?

下一篇:JVM--双亲委派机制