Skip to content

Commit 3d7fab0

Browse files
authored
Merge pull request boylegu#23 from boylegu/issue/22/hot_reload
close boylegu#22 support hot reload in spring boot
2 parents 33f6d94 + fb6510c commit 3d7fab0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<configuration>
7676
<source>1.7</source>
7777
<target>1.7</target>
78+
<fork>true</fork>
7879
</configuration>
7980
</plugin>
8081
</plugins>

src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
debug=true
21
spring.output.ansi.enabled=DETECT
32
server.port = 8000
43

0 commit comments

Comments
 (0)