Thymeleaf入门 Thymeleaf 使用在pom.xml中加入如下依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId></dependency>在新建的html页面的 加入xmlns:th="http://www.thymeleaf.org"后端用
pageHelp Mybatis 轻量级分页插件pageHelp导入相关依赖<dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency>
创建SpringBoot项目并且关联远程仓库 创建SpringBoot项目并且关联远程仓库本地项目搭建通过Git Bash Here打开项目86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitcode/FishRent (master)$ git initInitialized empty Git repository in D:/MyGitStore/gitcode/FishRent/.git/86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitc.