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
00b8edfb
Commit
00b8edfb
authored
Aug 30, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
本地配置文件明文
parent
42585279
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
44 deletions
+25
-44
apply-net/src/main/resources/application-local.yml
+5
-5
core-service/src/main/resources/application-local.yml
+5
-10
gateway/src/main/resources/application-local.yml
+2
-7
new-user/src/main/resources/application-local.yml
+3
-8
old-user/src/main/resources/application-local.yml
+4
-8
service-manager/src/main/resources/application-local.yml
+3
-3
task/src/main/resources/application-local.yml
+3
-3
No files found.
apply-net/src/main/resources/application-local.yml
View file @
00b8edfb
...
@@ -96,8 +96,8 @@ spring:
...
@@ -96,8 +96,8 @@ spring:
rabbitmq
:
rabbitmq
:
host
:
172.18.101.171
host
:
172.18.101.171
port
:
5672
port
:
5672
username
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
username
:
guest
password
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
password
:
guest
redis
:
redis
:
# 是否使用集群模式
# 是否使用集群模式
clusterWhether
:
false
clusterWhether
:
false
...
@@ -108,7 +108,7 @@ spring:
...
@@ -108,7 +108,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
ENC(dzBR0ihAkOs43UgnwmnQfFpmjbWvfqmtOIwwgra/+ik=)
password
:
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -121,8 +121,8 @@ spring:
...
@@ -121,8 +121,8 @@ spring:
prohibition
:
600
prohibition
:
600
datasource
:
datasource
:
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
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
:
ENC(CT4X/xOJCLwK1IJtuZZN/A==)
username
:
yzzx
password
:
ENC(IQRisTAAktGkj1rrrEvpXpImI0FyRfda)
password
:
yzzx123!@#
dynamic
:
dynamic
:
primary
:
master
primary
:
master
p6spy
:
true
p6spy
:
true
...
...
core-service/src/main/resources/application-local.yml
View file @
00b8edfb
...
@@ -71,8 +71,8 @@ spring:
...
@@ -71,8 +71,8 @@ spring:
rabbitmq
:
rabbitmq
:
host
:
localhost
host
:
localhost
port
:
5672
port
:
5672
username
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
username
:
guest
password
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
password
:
guest
redis
:
redis
:
clusterWhether
:
false
clusterWhether
:
false
cluster
:
cluster
:
...
@@ -82,7 +82,7 @@ spring:
...
@@ -82,7 +82,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
ENC(dzBR0ihAkOs43UgnwmnQfFpmjbWvfqmtOIwwgra/+ik=)
password
:
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -96,8 +96,8 @@ spring:
...
@@ -96,8 +96,8 @@ spring:
datasource
:
datasource
:
# 由于父框架的问题,这里本来不应该这样写的
# 由于父框架的问题,这里本来不应该这样写的
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
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
:
ENC(CT4X/xOJCLwK1IJtuZZN/A==)
username
:
yzzx
password
:
ENC(IQRisTAAktGkj1rrrEvpXpImI0FyRfda)
password
:
yzzx123!@#
db-name
:
guns
#用来搜集数据库的所有表
db-name
:
guns
#用来搜集数据库的所有表
filters
:
wall,mergeStat
filters
:
wall,mergeStat
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
...
@@ -179,8 +179,3 @@ messageconfig:
...
@@ -179,8 +179,3 @@ messageconfig:
weixin
:
weixin
:
appid
:
wx0641dc1dc4d34384
appid
:
wx0641dc1dc4d34384
appsecret
:
3b43b46fc94d4e98588ee6ad992fa5c7
appsecret
:
3b43b46fc94d4e98588ee6ad992fa5c7
#jasypt加密的盐值
#jasypt.encryptor.password=erp
jasypt
:
encryptor
:
password
:
schoolCenterErp
gateway/src/main/resources/application-local.yml
View file @
00b8edfb
...
@@ -30,8 +30,8 @@ spring:
...
@@ -30,8 +30,8 @@ spring:
datasource
:
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
driver-class-name
:
com.mysql.jdbc.Driver
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
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
:
ENC(ttHiJ3xa2HSdZPBS941cQA==)
username
:
yzzx
password
:
ENC(7sKoBqy3wlYxgx3agqkrpOTPaBaMCwhx)
password
:
yzzx123!@#
# username: ENC(z8WG0Zar99IzLr3L9Z3mOw==)
# username: ENC(z8WG0Zar99IzLr3L9Z3mOw==)
# password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=)
# password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=)
zuul
:
zuul
:
...
@@ -84,8 +84,3 @@ management:
...
@@ -84,8 +84,3 @@ management:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
#jasypt加密的盐值
#jasypt.encryptor.password=erp
jasypt
:
encryptor
:
password
:
schoolCenterErp
new-user/src/main/resources/application-local.yml
View file @
00b8edfb
...
@@ -99,8 +99,8 @@ spring:
...
@@ -99,8 +99,8 @@ spring:
rabbitmq
:
rabbitmq
:
host
:
123.56.82.141
host
:
123.56.82.141
port
:
5672
port
:
5672
username
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
username
:
guest
password
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
password
:
guest
redis
:
redis
:
# 是否使用集群模式
# 是否使用集群模式
clusterWhether
:
false
clusterWhether
:
false
...
@@ -111,7 +111,7 @@ spring:
...
@@ -111,7 +111,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
ENC(dzBR0ihAkOs43UgnwmnQfFpmjbWvfqmtOIwwgra/+ik=)
password
:
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -190,8 +190,3 @@ management:
...
@@ -190,8 +190,3 @@ management:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
#jasypt加密的盐值
#jasypt.encryptor.password=erp
jasypt
:
encryptor
:
password
:
schoolCenterErp
old-user/src/main/resources/application-local.yml
View file @
00b8edfb
...
@@ -96,8 +96,8 @@ spring:
...
@@ -96,8 +96,8 @@ spring:
rabbitmq
:
rabbitmq
:
host
:
localhost
host
:
localhost
port
:
5672
port
:
5672
username
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
username
:
guest
password
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
password
:
guest
redis
:
redis
:
# 是否使用集群模式
# 是否使用集群模式
clusterWhether
:
false
clusterWhether
:
false
...
@@ -108,7 +108,7 @@ spring:
...
@@ -108,7 +108,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
ENC(dzBR0ihAkOs43UgnwmnQfFpmjbWvfqmtOIwwgra/+ik=)
password
:
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -187,8 +187,4 @@ management:
...
@@ -187,8 +187,4 @@ management:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
#jasypt加密的盐值
#jasypt.encryptor.password=erp
jasypt
:
encryptor
:
password
:
schoolCenterErp
service-manager/src/main/resources/application-local.yml
View file @
00b8edfb
...
@@ -97,8 +97,8 @@ spring:
...
@@ -97,8 +97,8 @@ spring:
rabbitmq
:
rabbitmq
:
host
:
123.56.82.141
host
:
123.56.82.141
port
:
5672
port
:
5672
username
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
username
:
guest
password
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
password
:
guest
redis
:
redis
:
clusterWhether
:
false
clusterWhether
:
false
cluster
:
cluster
:
...
@@ -108,7 +108,7 @@ spring:
...
@@ -108,7 +108,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
ENC(dzBR0ihAkOs43UgnwmnQfFpmjbWvfqmtOIwwgra/+ik=)
password
:
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
...
task/src/main/resources/application-local.yml
View file @
00b8edfb
...
@@ -96,8 +96,8 @@ spring:
...
@@ -96,8 +96,8 @@ spring:
rabbitmq
:
rabbitmq
:
host
:
localhost
host
:
localhost
port
:
5672
port
:
5672
username
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
username
:
guest
password
:
ENC(Jm+qlQikhtTS1xupsT/bLQ==)
password
:
guest
redis
:
redis
:
# 是否使用集群模式
# 是否使用集群模式
clusterWhether
:
false
clusterWhether
:
false
...
@@ -108,7 +108,7 @@ spring:
...
@@ -108,7 +108,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
ENC(dzBR0ihAkOs43UgnwmnQfFpmjbWvfqmtOIwwgra/+ik=)
password
:
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
...
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