SpringBoot笔记系列:(六)SpringBoot使用JSP渲染Web视图

SpringBoot整合JSP: 1.pom文件引入如下依赖:html <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.sprin
相关文章
相关标签/搜索