展开全部
Spring Boot默认不加载jsp,需要写上版本号。可以在maven仓库中查找对应的版本号。
还有就裂启是Spring Boot对JSP支持不友好,特别是并烂Spring Boot2.0以后,使用JSP模板引擎会遇到各种问题。一般使用thymeleaf(官方推荐使用的)、freemarker、Velocity等。
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>javax.servlet.jsp.jstl</groupId>
<artifactId>jstl</artifactId>
<肆蔽如version>1.2</version>
</dependency>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询