Skip to content

Commit f98d6ac

Browse files
author
YunaiV
committed
IDEA 热加载方案
1 parent 31866ac commit f98d6ac

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
## 开发工具
4040

41-
* [《芋道 Spring Boot 热部署入门》](http://www.iocoder.cn/Spring-Boot/hot-swap/?github) 对应 [lab-48](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-48)
41+
* [《芋道 Spring Boot 热部署入门》](http://www.iocoder.cn/Spring-Boot/hot-swap/?github) 对应 [lab-48-hot-swap](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-48-hot-swap)
4242
* [《芋道 Spring Boot 消除冗余代码 Lombok 入门》](http://www.iocoder.cn/Spring-Boot/Lombok/?github) 对应 [lab-49](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-49)
4343
* [《芋道 Spring Boot 对象转换 MapStruct 入门》](http://www.iocoder.cn/Spring-Boot/MapStruct/?github) 对应 [lab-55](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-55)
4444

File renamed without changes.

lab-48/pom.xml renamed to lab-48-hot-swap/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>lab-48</artifactId>
12+
<artifactId>lab-48-hot-swap</artifactId>
1313
<packaging>pom</packaging>
1414

1515
<modules>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<!-- <module>lab-45</module>-->
5656
<!-- <module>lab-46</module>-->
5757
<!-- <module>lab-47</module>-->
58-
<!-- <module>lab-48</module>-->
58+
<!-- <module>lab-48-hot-swap</module>-->
5959
<!-- <module>lab-49</module>-->
6060
<!-- <module>lab-50</module>-->
6161
<!-- <module>lab-51</module>-->

0 commit comments

Comments
 (0)