From ea371586cf139211a711854c487c1294a0e11775 Mon Sep 17 00:00:00 2001 From: wwwcomcomcomcom Date: Thu, 16 Jan 2025 18:16:11 +0900 Subject: [PATCH] fix env location --- src/main/resources/application-prod.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index a9a5335..c6903ef 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -1,6 +1,6 @@ spring.application.name=hello-app -spring.config.import=file:.env[.properties] +spring.config.import=.env[.properties] spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://${MYSQL_ENDPOINT}/hello_app