From c61cc505086e983273a83cbe088541a91f6f12d3 Mon Sep 17 00:00:00 2001 From: tfer2442 Date: Wed, 10 Jul 2024 04:15:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ec2=EC=9D=98=20docker-compose=20?= =?UTF-8?q?=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=B2=98=EB=A6=AC13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-db.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application-db.properties b/src/main/resources/application-db.properties index 070e0ae..51add1f 100644 --- a/src/main/resources/application-db.properties +++ b/src/main/resources/application-db.properties @@ -1,3 +1,5 @@ +spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect + spring.data.redis.host=${SPRING_DATA_REDIS_HOST} spring.data.redis.port=${SPRING_DATA_REDIS_PORT} spring.data.redis.password=${SPRING_DATA_REDIS_PASSWORD}