SpringBoot啟動報錯【This application has no explicit mapping for /error.....】

來源:互聯網
上載者:User

標籤: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 2016There 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.....】

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.