修改了查询我参与的功能模块

This commit is contained in:
2021-08-31 10:45:41 +08:00
parent 89e9e2c975
commit 3f8e3f2a39
5 changed files with 28 additions and 20 deletions

View File

@ -29,7 +29,7 @@ spring.datasource.hikari.validation-timeout = 3000
## Spring Data JPA 配置
spring.jpa.database = POSTGRESQL
spring.jpa.database-platform = org.hibernate.dialect.PostgreSQLDialect
spring.jpa.show-sql = false
spring.jpa.show-sql = true
# 指定 ddl mode (none, validate, create, create-drop, update)
spring.jpa.hibernate.ddl-auto = update
# 命名策略