优化订单详情腾讯key的提示,商品后台JPA关联优化等

This commit is contained in:
hupeng
2020-04-02 15:34:24 +08:00
parent e8e618c459
commit cc1a6b6de8
29 changed files with 182 additions and 146 deletions

View File

@ -39,7 +39,7 @@ spring:
jpa:
hibernate:
# 生产环境设置成 none避免程序运行时自动更新数据库结构
ddl-auto: update
ddl-auto: none
show-sql: true
redis: