From 5ea92d4042676dde509ed15f5e6f5e9a61b81a01 Mon Sep 17 00:00:00 2001 From: esensar Date: Wed, 17 Jan 2018 21:25:22 +0100 Subject: [PATCH] Enable auto create db --- application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application.properties b/application.properties index a62fbf0..480c9d7 100644 --- a/application.properties +++ b/application.properties @@ -9,4 +9,5 @@ teams.name=teams defaultDbBaseUrl = jdbc:mysql://localhost:3306 spring.datasource.username = root spring.datasource.password = root -spring.jpa.generate-ddl=true \ No newline at end of file +spring.jpa.generate-ddl=true +spring.jpa.hibernate.ddl-auto=create \ No newline at end of file