修复Jpa ddl-auto配置不生效bug

pull/671/head
李恒 2021-06-12 00:53:25 +08:00 committed by Gitee
parent 9e6c5d6d96
commit 7ec5b8791b
1 changed files with 3 additions and 2 deletions

View File

@ -15,11 +15,12 @@ spring:
#配置 Jpa
jpa:
hibernate:
ddl-auto: none
open-in-view: true
properties:
hibernate:
ddl-auto: none
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
open-in-view: true
redis:
#数据库索引