Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
3637ae02
Commit
3637ae02
authored
Jul 19, 2021
by
Elune
Committed by
Gitee
Jul 19, 2021
Browse files
!24 修复yml配置ddl-auto配置不生效
Merge pull request !24 from 李恒/master
parents
48dff861
aadeb250
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/resources/config/application.yml
View file @
3637ae02
...
@@ -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
:
#数据库索引
#数据库索引
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment