Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Enable auto create db
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Jan 17, 2018
1 parent c4ab9a8 commit 5ea92d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application.properties
Expand Up @@ -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

0 comments on commit 5ea92d4

Please sign in to comment.