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