前言
具体代码参考:https://gitee.com/UnityAlvin/gulimall/commits/master
统计提交中,选择日期,2021-6-18,所有与“136-138”有关的提交,
热部署
pom
<!-- 热部署-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
Thymeleaf
pom
<!-- Thymeleaf -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>