Commit aadeb250 authored by 李恒's avatar 李恒 Committed by Gitee
Browse files

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

Merge pull request !1 from 李恒/N/A
parents 9e6c5d6d 7ec5b879
...@@ -15,11 +15,12 @@ spring: ...@@ -15,11 +15,12 @@ spring:
#配置 Jpa #配置 Jpa
jpa: jpa:
hibernate:
ddl-auto: none
open-in-view: true
properties: properties:
hibernate: hibernate:
ddl-auto: none
dialect: org.hibernate.dialect.MySQL5InnoDBDialect dialect: org.hibernate.dialect.MySQL5InnoDBDialect
open-in-view: true
redis: 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