From c6333894072ea16e50469ff6031b44c23624e3ea Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Aug 2015 13:35:03 +0200 Subject: [PATCH] polish --- src/main/resources/application.properties | 2 -- 1 file changed, 2 deletions(-) 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