From e253b6229a9fd95e2f66904c57e244154e2f12ad Mon Sep 17 00:00:00 2001 From: wwwcomcomcomcom Date: Thu, 16 Jan 2025 18:11:51 +0900 Subject: [PATCH] fix env location --- src/main/resources/application-local.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index a12612b..fe7323b 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.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://localhost:3306/hello_app