From 44dbc71753924aab9e1aea46cd967cbfc5623d1a Mon Sep 17 00:00:00 2001 From: leebj Date: Mon, 2 Sep 2024 18:03:14 +0900 Subject: [PATCH] =?UTF-8?q?db=EC=A0=91=EC=86=8D=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b34e183d..84ef4ac0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,8 +15,8 @@ spring: hikari: driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy jdbc-url: jdbc:log4jdbc:mariadb://211.119.124.9:4407/dummysys?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&autocommit=false - username: fimsweb - password: fimsweb!@ + username: dummysysuser + password: 1111 auto-commit: false mvc: static-path-pattern: /resources/**,/webjars/**,/files/**