添加了按照时间段查询工时记录的接口

This commit is contained in:
2021-09-01 18:02:27 +08:00
parent 3f8e3f2a39
commit f0d0f473ef
6 changed files with 59 additions and 9 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 = true
spring.jpa.show-sql = false
# 指定 ddl mode (none, validate, create, create-drop, update)
spring.jpa.hibernate.ddl-auto = update
# 命名策略