Commit b066bb99 authored by 郑杰's avatar 郑杰
Browse files

update

parent d9f7acaa
...@@ -48,12 +48,11 @@ spring: ...@@ -48,12 +48,11 @@ spring:
hibernate: hibernate:
dialect: org.hibernate.dialect.MySQL5InnoDBDialect dialect: org.hibernate.dialect.MySQL5InnoDBDialect
hibernate: hibernate:
# 生产环境设置成 none,避免程序运行时自动更新数据库结构
ddl-auto: update ddl-auto: update
naming: naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
open-in-view: true open-in-view: true
application.yml:51
jackson: jackson:
time-zone: GMT+8 time-zone: GMT+8
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment