Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
zhaoyue
2017-11-01 23:33:47 +0800
Commit
7252f068058b96d702a93bdd5b8b3436d4d2cd90
2 parents
ef3387ba
34f109d6
Merge branch 'zhaoyue-dev4' into 'master'
Mod add mysql dialect See merge request
!59
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/resources/application.properties.online.hanhe
src/main/resources/application.properties.online.hanhe
View file @
7252f06
...
...
@@ -8,6 +8,8 @@ spring.datasource.validation-query=SELECT 1
spring.datasource.test-on-borrow=false
spring.datasource.test-while-idle=true
spring.datasource.time-between-eviction-runs-millis=18800
spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
#Redis
#spring.redis.host=127.0.0.1
...
...
Please
register
or
login
to post a comment