1. 程式人生 > >springboot:This application has no explicit mapping for /erro

springboot:This application has no explicit mapping for /erro

ica 接口 alt .com explicit tro 需要 cit oot

技術分享圖片

springboot啟動沒有報錯,但是訪問的時候返回如上圖的錯誤。看報錯內容感覺是沒有這個mapping對應的接口。但是確實寫了。

最終發現是因為springboot的啟動類放的位置不對。啟動類所在的package必需要包含Controller所在的package。簡單來說放到最外層最安全。

springboot:This application has no explicit mapping for /erro