diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index eef557c..53718a7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ spring.application.name=libraryman-api -spring.profiles.active=${ENV:development} +spring.profiles.active=${ENV:development} \ No newline at end of file