Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
5e4be706
Commit
5e4be706
authored
Aug 30, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
本地配置文件明文
parent
00b8edfb
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
23 deletions
+24
-23
apply-net/src/main/resources/application-local.yml
+1
-1
new-user/src/main/resources/application-local.yml
+4
-4
old-user/src/main/resources/application-local.yml
+3
-3
renewal-user/src/main/resources/application-local.yml
+4
-4
service-manager/src/main/resources/application-local.yml
+8
-6
task/src/main/resources/application-local.yml
+4
-5
No files found.
apply-net/src/main/resources/application-local.yml
View file @
5e4be706
...
...
@@ -94,7 +94,7 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
guest
password
:
guest
...
...
new-user/src/main/resources/application-local.yml
View file @
5e4be706
...
...
@@ -97,7 +97,7 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
123.56.82.141
host
:
localhost
port
:
5672
username
:
guest
password
:
guest
...
...
@@ -131,9 +131,9 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://1
27.0.0.
1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
root
password
:
root
url
:
jdbc:mysql://1
72.18.101.17
1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
driver-class-name
:
com.mysql.cj.jdbc.Driver
devtools
:
restart
:
...
...
old-user/src/main/resources/application-local.yml
View file @
5e4be706
...
...
@@ -128,9 +128,9 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://1
27.0.0.
1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
root
password
:
root
url
:
jdbc:mysql://1
72.18.101.17
1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
driver-class-name
:
com.mysql.cj.jdbc.Driver
devtools
:
restart
:
...
...
renewal-user/src/main/resources/application-local.yml
View file @
5e4be706
...
...
@@ -94,7 +94,7 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
172.18.101.171
host
:
localhost
port
:
5672
username
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
password
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
...
...
@@ -128,9 +128,9 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://1
27.0.0.
1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
root
password
:
root
url
:
jdbc:mysql://1
72.18.101.17
1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
ENC(CT4X/xOJCLwK1IJtuZZN/A==)
password
:
ENC(IQRisTAAktGkj1rrrEvpXpImI0FyRfda)
driver-class-name
:
com.mysql.cj.jdbc.Driver
devtools
:
restart
:
...
...
service-manager/src/main/resources/application-local.yml
View file @
5e4be706
...
...
@@ -95,7 +95,7 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
123.56.82.141
host
:
localhost
port
:
5672
username
:
guest
password
:
guest
...
...
@@ -120,9 +120,9 @@ spring:
exprie
:
600
prohibition
:
600
datasource
:
url
:
jdbc:mysql://
localhost
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
root
password
:
root
url
:
jdbc:mysql://
172.18.101.171
:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
dynamic
:
primary
:
master
p6spy
:
true
...
...
@@ -159,6 +159,8 @@ ribbon:
MaxAutoRetriesNextServer
:
0
ReadTimeout
:
4400
ConnectTimeout
:
2000
eureka
:
enabled
:
true
hystrix
:
threadpool
:
default
:
...
...
@@ -187,4 +189,5 @@ management:
endpoints
:
web
:
exposure
:
include
:
bus-refresh
\ No newline at end of file
include
:
bus-refresh
task/src/main/resources/application-local.yml
View file @
5e4be706
...
...
@@ -120,9 +120,9 @@ spring:
exprie
:
600
prohibition
:
600
datasource
:
url
:
jdbc:mysql://1
27.0.0.
1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
root
password
:
root
url
:
jdbc:mysql://1
72.18.101.17
1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
yzzx
password
:
yzzx123!@#
filters
:
wall,mergeStat
max-active
:
20
devtools
:
...
...
@@ -180,4 +180,4 @@ management:
endpoints
:
web
:
exposure
:
include
:
bus-refresh
\ No newline at end of file
include
:
bus-refresh
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