Commit 3637ae02 authored by Elune's avatar Elune Committed by Gitee
Browse files

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

Merge pull request !24 from 李恒/master
parents 48dff861 aadeb250
......@@ -15,11 +15,12 @@ spring:
#配置 Jpa
jpa:
properties:
hibernate:
ddl-auto: none
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
open-in-view: true
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
redis:
#数据库索引
......
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