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