Skip to content

Commit

Permalink
IDEA 热加载方案
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jun 29, 2020
1 parent 31866ac commit f98d6ac
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

## 开发工具

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

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lab-48/pom.xml → lab-48-hot-swap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>lab-48</artifactId>
<artifactId>lab-48-hot-swap</artifactId>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<!-- <module>lab-45</module>-->
<!-- <module>lab-46</module>-->
<!-- <module>lab-47</module>-->
<!-- <module>lab-48</module>-->
<!-- <module>lab-48-hot-swap</module>-->
<!-- <module>lab-49</module>-->
<!-- <module>lab-50</module>-->
<!-- <module>lab-51</module>-->
Expand Down

0 comments on commit f98d6ac

Please sign in to comment.