Skip to content

Commit fb6510c

Browse files
顾鲍尔顾鲍尔
authored andcommitted
close boylegu#22 support hot reload in spring boot
1 parent 33f6d94 commit fb6510c

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)