Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
郑杰 committed Jan 11, 2019
1 parent d9f7aca commit b066bb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,11 @@ spring:
hibernate:
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
hibernate:

# 生产环境设置成 none,避免程序运行时自动更新数据库结构
ddl-auto: update
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
open-in-view: true
application.yml:51
jackson:
time-zone: GMT+8

Expand Down

0 comments on commit b066bb9

Please sign in to comment.