From b0b64ce7ea2aea708960beda7e1641104b1284ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Mon, 26 Feb 2024 13:47:57 +0900 Subject: [PATCH] =?UTF-8?q?devtools=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 635eb54..0e770f3 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,6 +3,10 @@ logging: root: info web: debug com.eactive: debug + org: + springframework: + web: + socket: debug server: port.http: 38080 port: 38443 @@ -20,6 +24,11 @@ server: context-path: / spring: + devtools: + restart: + enabled: true + livereload: + enabled: true datasource: url: jdbc:h2:file:./db/apidb driverClassName: org.h2.Driver