eparty-测试环境
This commit is contained in:
@@ -3,9 +3,9 @@ spring:
|
||||
dynamic-datasource:
|
||||
master:
|
||||
poolName: master
|
||||
jdbcUrl: jdbc:mysql://124.156.164.187:3306/peko?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
jdbcUrl: jdbc:mysql://129.226.62.202:3306/eparty?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
username: root
|
||||
password: anan@dev##
|
||||
password: eparty@dev##
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
hikari:
|
||||
@@ -15,9 +15,9 @@ spring:
|
||||
max-lifetime: 7000
|
||||
slave:
|
||||
poolName: slave
|
||||
jdbcUrl: jdbc:mysql://124.156.164.187:3306/peko?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
jdbcUrl: jdbc:mysql://129.226.62.202:3306/eparty?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
username: root
|
||||
password: anan@dev##
|
||||
password: eparty@dev##
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
hikari:
|
||||
@@ -26,20 +26,20 @@ spring:
|
||||
connection-test-query: select 1
|
||||
max-lifetime: 7000
|
||||
redis:
|
||||
host: 124.156.164.187
|
||||
host: 129.226.62.202
|
||||
port: 6200
|
||||
maxTotal: 100
|
||||
maxIdle: 50
|
||||
maxWait: 2500
|
||||
testOnBorrow: true
|
||||
testOnReturn: true
|
||||
password: anan@dev@redis@#!
|
||||
password: pc8DphhaXwTe2jyv
|
||||
redisson:
|
||||
# file: classpath:redisson.yaml
|
||||
config: |
|
||||
singleServerConfig:
|
||||
address: redis://124.156.164.187:6200
|
||||
password: anan@dev@redis@#!
|
||||
address: redis://129.226.62.202:6200
|
||||
password: pc8DphhaXwTe2jyv
|
||||
connectionMinimumIdleSize: 4
|
||||
timeout: 10000
|
||||
threads: 8
|
||||
@@ -47,17 +47,9 @@ spring:
|
||||
codec: !<org.redisson.codec.JsonJacksonCodec> {}
|
||||
transportMode: "NIO"
|
||||
|
||||
##activemq 配置
|
||||
activemq:
|
||||
brokerUrl: tcp://124.156.164.187:61619
|
||||
user: system
|
||||
password: manager
|
||||
maxConnections: 50
|
||||
idleTimeout: 30000
|
||||
|
||||
## rocketmq 配置
|
||||
rocketmq:
|
||||
name-server: 124.156.164.187:9876
|
||||
name-server: 129.226.62.202:9876
|
||||
producer:
|
||||
group: peko-group
|
||||
group: eparty-group
|
||||
sendMessageTimeout: 300000
|
||||
|
@@ -19,7 +19,7 @@ spring:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 8c62facb-be55-4bd3-9120-0c0c2ff564e9
|
||||
namespace: a08ed001-51c0-4dbf-a1df-6e13e0edf1a8
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
@@ -42,7 +42,7 @@ spring:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 8c62facb-be55-4bd3-9120-0c0c2ff564e9
|
||||
namespace: a08ed001-51c0-4dbf-a1df-6e13e0edf1a8
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
|
@@ -3,59 +3,55 @@ spring:
|
||||
dynamic-datasource:
|
||||
master:
|
||||
poolName: master
|
||||
jdbcUrl: jdbc:mysql://124.156.164.187:3306/peko?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
jdbcUrl: jdbc:mysql://129.226.62.202:3306/eparty?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
username: root
|
||||
password: anan@dev##
|
||||
password: eparty@dev##
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
hikari:
|
||||
minimum-idle: 4
|
||||
maximum-pool-size: 16
|
||||
minimum-idle: 10
|
||||
maximum-pool-size: 20
|
||||
connection-test-query: select 1
|
||||
max-lifetime: 1800000 # 30分钟
|
||||
validation-timeout: 6000 # 验证连接的最大等待时间
|
||||
idle-timeout: 600000 # 空闲连接超时时间(10分钟)
|
||||
max-lifetime: 7000
|
||||
slave:
|
||||
poolName: slave
|
||||
jdbcUrl: jdbc:mysql://124.156.164.187:3306/peko?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
jdbcUrl: jdbc:mysql://129.226.62.202:3306/eparty?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
username: root
|
||||
password: anan@dev##
|
||||
password: eparty@dev##
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
hikari:
|
||||
minimum-idle: 4
|
||||
maximum-pool-size: 32
|
||||
minimum-idle: 10
|
||||
maximum-pool-size: 20
|
||||
connection-test-query: select 1
|
||||
max-lifetime: 1800000 # 30分钟
|
||||
validation-timeout: 6000 # 验证连接的最大等待时间
|
||||
idle-timeout: 600000 # 空闲连接超时时间(10分钟)
|
||||
max-lifetime: 7000
|
||||
redis:
|
||||
host: 124.156.164.187
|
||||
host: 129.226.62.202
|
||||
port: 6200
|
||||
maxTotal: 24
|
||||
maxIdle: 12
|
||||
maxTotal: 100
|
||||
maxIdle: 50
|
||||
maxWait: 2500
|
||||
testOnBorrow: true
|
||||
testOnReturn: true
|
||||
password: anan@dev@redis@#!
|
||||
password: pc8DphhaXwTe2jyv
|
||||
redisson:
|
||||
# file: classpath:redisson.yaml
|
||||
config: |
|
||||
singleServerConfig:
|
||||
address: redis://124.156.164.187:6200
|
||||
password: anan@dev@redis@#!
|
||||
address: redis://129.226.62.202:6200
|
||||
password: pc8DphhaXwTe2jyv
|
||||
connectionMinimumIdleSize: 4
|
||||
timeout: 10000
|
||||
threads: 2
|
||||
nettyThreads: 4
|
||||
threads: 8
|
||||
nettyThreads: 16
|
||||
codec: !<org.redisson.codec.JsonJacksonCodec> {}
|
||||
transportMode: "NIO"
|
||||
|
||||
## rocketmq 配置
|
||||
rocketmq:
|
||||
name-server: 124.156.164.187:9876
|
||||
name-server: 129.226.62.202:9876
|
||||
producer:
|
||||
group: peko-group
|
||||
group: eparty-group
|
||||
sendMessageTimeout: 300000
|
||||
|
||||
server:
|
||||
|
@@ -19,7 +19,7 @@ spring:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 8c62facb-be55-4bd3-9120-0c0c2ff564e9
|
||||
namespace: a08ed001-51c0-4dbf-a1df-6e13e0edf1a8
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
@@ -42,7 +42,7 @@ spring:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 8c62facb-be55-4bd3-9120-0c0c2ff564e9
|
||||
namespace: a08ed001-51c0-4dbf-a1df-6e13e0edf1a8
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
|
@@ -3,9 +3,9 @@ spring:
|
||||
dynamic-datasource:
|
||||
master:
|
||||
poolName: master
|
||||
jdbcUrl: jdbc:mysql://124.156.164.187:3306/peko?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
jdbcUrl: jdbc:mysql://129.226.62.202:3306/eparty?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
username: root
|
||||
password: anan@dev##
|
||||
password: eparty@dev##
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
hikari:
|
||||
@@ -15,9 +15,9 @@ spring:
|
||||
max-lifetime: 7000
|
||||
slave:
|
||||
poolName: slave
|
||||
jdbcUrl: jdbc:mysql://124.156.164.187:3306/peko?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
jdbcUrl: jdbc:mysql://129.226.62.202:3306/eparty?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false&useCursorFetch=true
|
||||
username: root
|
||||
password: anan@dev##
|
||||
password: eparty@dev##
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
hikari:
|
||||
@@ -26,20 +26,20 @@ spring:
|
||||
connection-test-query: select 1
|
||||
max-lifetime: 7000
|
||||
redis:
|
||||
host: 124.156.164.187
|
||||
host: 129.226.62.202
|
||||
port: 6200
|
||||
maxTotal: 100
|
||||
maxIdle: 50
|
||||
maxWait: 2500
|
||||
testOnBorrow: true
|
||||
testOnReturn: true
|
||||
password: anan@dev@redis@#!
|
||||
password: pc8DphhaXwTe2jyv
|
||||
redisson:
|
||||
# file: classpath:redisson.yaml
|
||||
config: |
|
||||
singleServerConfig:
|
||||
address: redis://124.156.164.187:6200
|
||||
password: anan@dev@redis@#!
|
||||
address: redis://129.226.62.202:6200
|
||||
password: pc8DphhaXwTe2jyv
|
||||
connectionMinimumIdleSize: 4
|
||||
timeout: 10000
|
||||
threads: 8
|
||||
@@ -49,9 +49,9 @@ spring:
|
||||
|
||||
## rocketmq 配置
|
||||
rocketmq:
|
||||
name-server: 124.156.164.187:9876
|
||||
name-server: 129.226.62.202:9876
|
||||
producer:
|
||||
group: peko-group
|
||||
group: eparty-group
|
||||
sendMessageTimeout: 300000
|
||||
|
||||
server:
|
||||
|
@@ -19,7 +19,7 @@ spring:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 8c62facb-be55-4bd3-9120-0c0c2ff564e9
|
||||
namespace: a08ed001-51c0-4dbf-a1df-6e13e0edf1a8
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
@@ -42,7 +42,7 @@ spring:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 8c62facb-be55-4bd3-9120-0c0c2ff564e9
|
||||
namespace: a08ed001-51c0-4dbf-a1df-6e13e0edf1a8
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
|
@@ -16,7 +16,7 @@ spring:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 8c62facb-be55-4bd3-9120-0c0c2ff564e9
|
||||
namespace: a08ed001-51c0-4dbf-a1df-6e13e0edf1a8
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
@@ -39,7 +39,7 @@ spring:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 8c62facb-be55-4bd3-9120-0c0c2ff564e9
|
||||
namespace: a08ed001-51c0-4dbf-a1df-6e13e0edf1a8
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- data-id: application.yml
|
||||
|
Reference in New Issue
Block a user