Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MicroCommunity
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
langhongbin
MicroCommunity
Commits
3db10442
Commit
3db10442
authored
Oct 18, 2023
by
luyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update redis
parent
7114c182
Pipeline
#1002
failed with stages
Changes
14
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
45 additions
and
45 deletions
+45
-45
service-api/src/main/resources/application-dev.yml
service-api/src/main/resources/application-dev.yml
+3
-3
service-common/src/main/resources/application-dev.yml
service-common/src/main/resources/application-dev.yml
+3
-3
service-community/src/main/resources/application-dev.yml
service-community/src/main/resources/application-dev.yml
+3
-3
service-dev/src/main/resources/application-dev.yml
service-dev/src/main/resources/application-dev.yml
+3
-3
service-fee/src/main/resources/application-dev.yml
service-fee/src/main/resources/application-dev.yml
+3
-3
service-job/src/main/resources/application-dev.yml
service-job/src/main/resources/application-dev.yml
+6
-6
service-oa/src/main/resources/application-dev.yml
service-oa/src/main/resources/application-dev.yml
+3
-3
service-order/src/main/resources/application-dev.yml
service-order/src/main/resources/application-dev.yml
+3
-3
service-report/src/main/resources/application-dev.yml
service-report/src/main/resources/application-dev.yml
+3
-3
service-scm/src/main/resources/application-dev.yml
service-scm/src/main/resources/application-dev.yml
+3
-3
service-store/src/main/resources/application-dev.yml
service-store/src/main/resources/application-dev.yml
+3
-3
service-user/src/main/resources/application-dev.yml
service-user/src/main/resources/application-dev.yml
+3
-3
springboot/src/main/resources/application-debug.yml
springboot/src/main/resources/application-debug.yml
+3
-3
springboot/src/main/resources/application-dev.yml
springboot/src/main/resources/application-dev.yml
+3
-3
No files found.
service-api/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -26,10 +26,10 @@ spring:
application
:
name
:
api-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-common/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -26,10 +26,10 @@ spring:
application
:
name
:
common-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-community/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -26,10 +26,10 @@ spring:
application
:
name
:
community-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-dev/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -25,10 +25,10 @@ spring:
application
:
name
:
dev-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-fee/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -25,10 +25,10 @@ spring:
application
:
name
:
fee-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-job/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -24,10 +24,10 @@ spring:
application
:
name
:
job-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
@@ -43,9 +43,9 @@ spring:
filters
:
stat,wall,log4j
poolPreparedStatements
:
true
type
:
com.alibaba.druid.pool.DruidDataSource
url
:
jdbc:mysql://
dev.db.java110.com:3306
/TT?useUnicode=true&characterEncoding=utf-8
url
:
jdbc:mysql://
bj-cdb-9m0cmb34.sql.tencentcdb.com:62000
/TT?useUnicode=true&characterEncoding=utf-8
maxPoolPreparedStatementPerConnectionSize
:
20
password
:
TT@12345678
password
:
Y^LZSYZ@TO4Od3dK
testOnBorrow
:
false
testWhileIdle
:
true
minEvictableIdleTimeMillis
:
300000
...
...
@@ -53,7 +53,7 @@ spring:
testOnReturn
:
false
driverClassName
:
com.mysql.cj.jdbc.Driver
maxActive
:
20
username
:
TT
username
:
microcommunity
thymeleaf
:
mode
:
LEGACYHTML5
cache
:
false
...
...
service-oa/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -26,10 +26,10 @@ spring:
application
:
name
:
oa-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-order/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -24,10 +24,10 @@ spring:
application
:
name
:
order-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-report/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -26,10 +26,10 @@ spring:
application
:
name
:
report-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-scm/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -24,10 +24,10 @@ spring:
application
:
name
:
scm-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-store/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -24,10 +24,10 @@ spring:
application
:
name
:
store-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
service-user/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -24,10 +24,10 @@ spring:
application
:
name
:
user-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
10000
...
...
springboot/src/main/resources/application-debug.yml
View file @
3db10442
...
...
@@ -16,10 +16,10 @@ spring:
application
:
name
:
boot-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc12345678
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
3000
...
...
springboot/src/main/resources/application-dev.yml
View file @
3db10442
...
...
@@ -16,10 +16,10 @@ spring:
application
:
name
:
boot-service
redis
:
database
:
0
host
:
dev.redis.java110.com
database
:
2
host
:
124.70.46.221
port
:
6379
password
:
hc
password
:
4E4HkfZWW0b0suk7
pool
:
max-active
:
300
max-wait
:
3000
...
...
Write
Preview
Markdown
is supported
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