后台首页新增统计,JPA关联优化,积分抵扣修复
This commit is contained in:
@ -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:
|
||||
#数据库索引
|
||||
|
Reference in New Issue
Block a user