Skip to content

Commit b4473d2

Browse files
devtools
1 parent 24680ae commit b4473d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
<plugin>
120120
<groupId>org.springframework.boot</groupId>
121121
<artifactId>spring-boot-maven-plugin</artifactId>
122+
<configuration>
123+
<!-- 热部署 -->
124+
<fork>true</fork>
125+
</configuration>
122126
</plugin>
123127
</plugins>
124128
</build>

0 commit comments

Comments
 (0)