SpringBoot 使用Thymeleaf 开发web页面

  1. 新建一个SpringBoot项目,添加web和thymeleaf的依赖。 在 pom.xml中的代码:html <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <
相关文章
相关标签/搜索