diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c297728..95c2686 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,3 @@ -spring.jpa.hibernate.ddl-auto=create - app.customer.datasource.url=jdbc:h2:mem:customers;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE app.customer.datasource.driver-class-name=org.h2.Driver