Spring boot MVC: can't find JSP

来源:互联网 发布:小米净水器好不好 知乎 编辑:程序博客网 时间:2024/04/27 22:14

配置完毕以后,报如下错误:

Whitelabel Error PageThis application has no explicit mapping for /error, so you are seeing this as a fallback.Thu Jan 15 15:59:57 CET 2015There was an unexpected error (type=Not Found, status=404).No message available

确保项目内添加有:

<dependency>   <groupId>org.apache.tomcat.embed</groupId>   <artifactId>tomcat-embed-jasper</artifactId>   <scope>provided</scope></dependency>

在stackoverflow总算找到了答案
http://stackoverflow.com/questions/27966602/spring-boot-mvc-cant-find-jsp

0 0
原创粉丝点击