后台首页新增统计,JPA关联优化,积分抵扣修复

This commit is contained in:
hupeng
2020-04-04 14:05:38 +08:00
parent cc1a6b6de8
commit d0a8cd1c7a
15 changed files with 223 additions and 28 deletions

View File

@ -37,10 +37,12 @@ spring:
#配置 Jpa
jpa:
hibernate:
# 生产环境设置成 none避免程序运行时自动更新数据库结构
ddl-auto: none
show-sql: true
properties:
hibernate:
# 生产环境设置成 none避免程序运行时自动更新数据库结构
ddl_auto: none
show_sql: true
format_sql: true
redis:
#数据库索引