!24 修复yml配置ddl-auto配置不生效

Merge pull request !24 from 李恒/master
pull/671/head
Elune 2021-07-19 06:15:58 +00:00 committed by Gitee
commit 3637ae0240
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:
#数据库索引