We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3210dd5 commit 3a4abb9Copy full SHA for 3a4abb9
src/main/resources/application.properties
@@ -17,8 +17,8 @@ spring.jpa.properties.hibernate.jdbc.batch_size=30
17
# The SQL dialect makes Hibernate generate better SQL for the chosen database
18
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL8Dialect
19
20
-#spring.jpa.hibernate.ddl-auto = update
21
-spring.jpa.hibernate.ddl-auto = create
+spring.jpa.hibernate.ddl-auto = update
+#spring.jpa.hibernate.ddl-auto = create
22
23
## Hibernate Logging
24
logging.level.org.hibernate.SQL= DEBUG
@@ -29,4 +29,4 @@ logging.level.org.hibernate.SQL= DEBUG
29
spring.datasource.initialization-mode=always
30
31
# Error binding
32
-#server.error.include-binding-errors=always
+#server.error.include-binding-errors=always
0 commit comments