File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
88# JPA
99spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.MySQLDialect
1010spring.jpa.database-platform =org.hibernate.dialect.MySQLDialect
11- spring.jpa.hibernate.ddl-auto =create
11+ spring.jpa.hibernate.ddl-auto =update
1212
1313# JPA query log
1414spring.jpa.properties.hibernate.show_sql =true
@@ -17,8 +17,8 @@ logging.level.org.hibernate.type.descriptor.sql=trace
1717spring.jpa.properties.hibernate.use_sql_comments =true
1818
1919# sql (always)
20- spring.jpa.defer-datasource-initialization =true
21- spring.sql.init.mode =always
20+ spring.jpa.defer-datasource-initialization =false
21+ spring.sql.init.mode =never
2222
2323# Swagger
2424springdoc.api-docs.path =/api-docs
You can’t perform that action at this time.
0 commit comments