十、Springboot之thymeleaf与jsp共存

: pom.xml添加依赖 <!--thymeleaf整合JSP需要用到下面的依赖--> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> </dependency> 此时项目结构如下: ViewResolv
相关文章
相关标签/搜索