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
7 years ago
Commit
452cb4ec4c9b26e29b93596bc8e73b840c2d2bd7
2 parents
7252f068
5877511e
Merge branch 'zhaoyue-dev4' into 'master'
Mod add mysql dialect See merge request
!60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
src/main/resources/application.properties
src/main/resources/application.properties.online
src/main/resources/application.properties
View file @
452cb4e
...
...
@@ -21,10 +21,12 @@ 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
spring.redis.password
=
foobared
#
spring.redis.password=foobared
#spring.redis.host=r-m5e7cedd3124afd4.redis.rds.aliyuncs.com
#spring.redis.password=r-m5e7cedd3124afd4:XIkaiLURedis2016
...
...
src/main/resources/application.properties.online
View file @
452cb4e
...
...
@@ -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