Commit 5e4be706 by 陈浩建

本地配置文件明文

parent 00b8edfb
......@@ -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
......
......@@ -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://127.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://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!@#
driver-class-name: com.mysql.cj.jdbc.Driver
devtools:
restart:
......
......@@ -128,9 +128,9 @@ spring:
max-active: 30
datasource:
master:
url: jdbc:mysql://127.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://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!@#
driver-class-name: com.mysql.cj.jdbc.Driver
devtools:
restart:
......
......@@ -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://127.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://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==)
password: ENC(IQRisTAAktGkj1rrrEvpXpImI0FyRfda)
driver-class-name: com.mysql.cj.jdbc.Driver
devtools:
restart:
......
......@@ -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
......@@ -120,9 +120,9 @@ spring:
exprie: 600
prohibition: 600
datasource:
url: jdbc:mysql://127.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://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!@#
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
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