码迷,mamicode.com
首页 > 移动开发 > 详细

SpringBoot启动报错【This application has no explicit mapping for /error.....】

时间:2017-04-06 21:11:57      阅读:7792      评论:0      收藏:0      [点我收藏+]

标签:type   ble   googl   原因   hit   ack   ica   err   nbsp   

今天做SpringBoot小例子,在请求controller层的时候出现如下问题。

Whitelabel Error Page

 

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

Wed Dec 14 16:35:25 CST 2016
There was an unexpected error (type=Not Found, status=404).
No message available

 

问题很像是没有访问地址不对,第一感觉以为url写的不对。

其实不是,真正的原因是【Application启动类放的位置不对】要将Application放在最外层,也就是要包含所有子包。

比如你的groupId是com.google,子包就是所谓的com.google.xxx,所以要将Application类要放在com.google包下。

springboot会自动加载启动类所在包下及其子包下的所有组件.

SpringBoot启动报错【This application has no explicit mapping for /error.....】

标签:type   ble   googl   原因   hit   ack   ica   err   nbsp   

原文地址:http://www.cnblogs.com/michaelShao/p/6675186.html

(8)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!