Skip to content

Commit a375518

Browse files
热部署
1 parent 18fe9e4 commit a375518

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ logging:
1515
#mybatis:
1616
# type-aliases-package: com.compont
1717
spring:
18+
devtools:
19+
restart:
20+
additional-paths: Additional paths to watch for changes
1821
datasource:
1922
one:
2023
url: jdbc:mysql://localhost:3306/blog
@@ -70,4 +73,4 @@ spring:
7073
password:
7174
port: 25
7275
protocol: smtp
73-
default-encoding: utf-8
76+
default-encoding: utf-8

0 commit comments

Comments
 (0)