From 06210821b665dab1d04280e7b031691e41ef52b8 Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Wed, 26 Jun 2024 08:56:43 +0900 Subject: [PATCH] =?UTF-8?q?build:=20=EC=9A=A9=EC=9D=B8=EC=8B=9C=20?= =?UTF-8?q?=EB=A7=88=EC=95=BD=EB=A5=98=20=EC=8B=9C=EC=8A=A4=ED=85=9C=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=84=A4=EC=A0=95=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 29f2af9..7a4d2e6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,14 +12,6 @@ server: key-store-password: 5811807 spring: - datasource: - hikari: - driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy - jdbc-url: jdbc:log4jdbc:mariadb://211.119.124.9:4407/adds?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false - username: addsweb - password: addsweb1234 - auto-commit: false - application: name: adds-fo @@ -91,7 +83,7 @@ propertyService: app: api: #host: http://211.119.124.9:9076 - host: 'http://localhost:8098' + host: http://localhost:9076 --- spring: @@ -117,7 +109,7 @@ propertyService: app: api: - host: http://211.119.124.9:9076 + host: http://localhost:9076 data: root: path: /data/adds