diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 08ad852..ffe5daf 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,4 +1,4 @@ -spring.datasource.url=jdbc:postgresql://localhost:5432/subscription-admin +spring.datasource.url=jdbc:postgresql://localhost:5432/subscription-admin/ spring.datasource.username=postgres spring.datasource.password=postgres spring.jpa.hibernate.ddl-auto=create-drop