Enable auto create db

This commit is contained in:
esensar 2018-01-17 21:25:22 +01:00
parent c4ab9a824f
commit 5ea92d4042

View file

@ -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
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=create