devtools 적용
This commit is contained in:
@@ -3,6 +3,10 @@ logging:
|
|||||||
root: info
|
root: info
|
||||||
web: debug
|
web: debug
|
||||||
com.eactive: debug
|
com.eactive: debug
|
||||||
|
org:
|
||||||
|
springframework:
|
||||||
|
web:
|
||||||
|
socket: debug
|
||||||
server:
|
server:
|
||||||
port.http: 38080
|
port.http: 38080
|
||||||
port: 38443
|
port: 38443
|
||||||
@@ -20,6 +24,11 @@ server:
|
|||||||
context-path: /
|
context-path: /
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
|
devtools:
|
||||||
|
restart:
|
||||||
|
enabled: true
|
||||||
|
livereload:
|
||||||
|
enabled: true
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:h2:file:./db/apidb
|
url: jdbc:h2:file:./db/apidb
|
||||||
driverClassName: org.h2.Driver
|
driverClassName: org.h2.Driver
|
||||||
|
|||||||
Reference in New Issue
Block a user