Commit 00b8edfb by 陈浩建

本地配置文件明文

parent 42585279
...@@ -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
...@@ -189,4 +189,4 @@ management: ...@@ -189,4 +189,4 @@ management:
endpoints: endpoints:
web: web:
exposure: exposure:
include: bus-refresh include: bus-refresh
\ No newline at end of file
...@@ -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
...@@ -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
...@@ -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
...@@ -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
...@@ -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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment