Merge branch 'zhaoyue-dev4' into 'master'
Mod add mysql dialect See merge request !59
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -8,6 +8,8 @@ spring.datasource.validation-query=SELECT 1 | @@ -8,6 +8,8 @@ spring.datasource.validation-query=SELECT 1 | ||
8 | spring.datasource.test-on-borrow=false | 8 | spring.datasource.test-on-borrow=false |
9 | spring.datasource.test-while-idle=true | 9 | spring.datasource.test-while-idle=true |
10 | spring.datasource.time-between-eviction-runs-millis=18800 | 10 | spring.datasource.time-between-eviction-runs-millis=18800 |
11 | +spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect | ||
12 | +spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect | ||
11 | 13 | ||
12 | #Redis | 14 | #Redis |
13 | #spring.redis.host=127.0.0.1 | 15 | #spring.redis.host=127.0.0.1 |
-
Please register or login to post a comment