[bug]Path with "WEB-INF" or "META-INF"

Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/index.jsp]

遇到这个问题是,springboot项目没有依赖如下jar包,另外要注意scope不是provided和compile

<dependency>
    <groupId>org.apache.tomcat.embed</groupId>
    <artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>jstl</artifactId>
</dependency>
发布了233 篇原创文章 · 获赞 7 · 访问量 5万+

猜你喜欢

转载自blog.csdn.net/china_squirrel/article/details/103348508
今日推荐