Enable auto create db
This commit is contained in:
parent
c4ab9a824f
commit
5ea92d4042
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue