Skip to content

Commit dacb9b8

Browse files
committed
chore: Add spring.devtools.livereload.enabled=true
1 parent 795dddd commit dacb9b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ property.whatever=iamaconfigstring
1212
logging.config=properties/logback-spring.xml
1313
spring.output.ansi.enabled=always
1414

15+
spring.devtools.livereload.enabled=true
16+
1517
server.compression.enabled=true
1618
server.compression.mime-types=application/javascript,application/json,text/css,text/html,text/plain
1719

0 commit comments

Comments
 (0)