IDEA使用(4 springboot 前端thymeleaf 尝试)

springboot 官方不推荐使用jsp作为页面显示, 而是推荐使用thymeleaf  首先导入依赖包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 配置application.
相关文章
相关标签/搜索