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