mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
修改redis、nacos、MySQL、ActiveMQ、RabbitMQ、elasticsearch配置
This commit is contained in:
@@ -9,20 +9,20 @@ spring:
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: 10.251.113.100:8848
|
||||
server-addr: 10.232.28.76:8848,10.232.28.83:8848,10.232.28.77:8848
|
||||
config:
|
||||
server-addr: 10.251.113.100:8848
|
||||
server-addr: 10.232.28.76:8848,10.232.28.83:8848,10.232.28.77:8848
|
||||
redis:
|
||||
database: 1
|
||||
host: 10.251.88.213
|
||||
password: qwert!W588
|
||||
host: 10.232.27.44
|
||||
password: j2ZsxUyl
|
||||
port: 6379
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: none
|
||||
datasource:
|
||||
driverClassName: com.mysql.jdbc.Driver
|
||||
url: jdbc:mysql://10.251.88.216:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
||||
url: jdbc:mysql://10.232.27.47:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
||||
username: admin
|
||||
password: boeRds01
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
@@ -34,7 +34,7 @@ spring:
|
||||
max-lifetime: 1800000
|
||||
maximum-pool-size: 20
|
||||
activemq:
|
||||
broker-url: tcp://10.251.113.100:61616
|
||||
broker-url: tcp://10.232.28.73:61616
|
||||
user: admin
|
||||
password: admin
|
||||
jms:
|
||||
@@ -67,7 +67,7 @@ xboe:
|
||||
url: https://u.boe.com/userbasic
|
||||
elasticsearch:
|
||||
server:
|
||||
ip: 10.251.88.218
|
||||
ip: 10.232.27.40
|
||||
port: 9200
|
||||
user:
|
||||
password:
|
||||
@@ -338,9 +338,9 @@ aop-log-record:
|
||||
#不进行拦截的包或者类
|
||||
excludeClassNames:
|
||||
activemq:
|
||||
broker-url: tcp://10.251.113.100:61616
|
||||
broker-url: tcp://10.232.28.73:61616
|
||||
user: admin
|
||||
password: admin
|
||||
elasticsearch:
|
||||
host: 10.251.88.218
|
||||
host: 10.232.27.40
|
||||
port: 9200
|
||||
@@ -2,8 +2,8 @@
|
||||
spring:
|
||||
redis:
|
||||
database: 1
|
||||
host: 10.251.88.213
|
||||
password: qwert!W588
|
||||
host: 10.232.27.44
|
||||
password: j2ZsxUyl
|
||||
port: 6379
|
||||
jpa:
|
||||
hibernate:
|
||||
@@ -16,12 +16,12 @@ spring:
|
||||
driverClassName: com.mysql.jdbc.Driver
|
||||
db1:
|
||||
driverClassName: com.mysql.jdbc.Driver
|
||||
jdbc-url: jdbc:mysql://10.251.88.216:3306/boe_basic?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
||||
jdbc-url: jdbc:mysql://10.232.27.47:3306/boe_basic?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
||||
username: admin
|
||||
password: boeRds01
|
||||
db2:
|
||||
driverClassName: com.mysql.jdbc.Driver
|
||||
jdbc-url: jdbc:mysql://10.251.88.216:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
||||
jdbc-url: jdbc:mysql://10.232.27.47:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
||||
username: admin
|
||||
password: boeRds01
|
||||
|
||||
|
||||
Reference in New Issue
Block a user