From 4732a555106e36da1ca390888cece614e8d54198 Mon Sep 17 00:00:00 2001 From: K-KY Date: Tue, 31 Dec 2024 14:31:34 +0900 Subject: [PATCH] =?UTF-8?q?ci=20:=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4dc6233f..f808d040 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,7 +4,7 @@ spring.config.import=optional:file:.env[.properties] # DataSource Settings -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver +spring.datasource.driver-class-name=${SPRING_DATASOURCE_DRIVER_CLASS_NAME} spring.datasource.url=${SPRING_DATASOURCE_URL} spring.datasource.username=${SPRING_DATASOURCE_USERNAME} spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}