压测环境

This commit is contained in:
ztzh_xieyun 2024-06-03 17:06:56 +08:00
parent 36b364ac8d
commit 0048dc81e3
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://172.32.0.2:22001/sac_inner_gateway?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://192.168.1.23:22001/sac_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root username: root
password: abc&^321 password: abc&^321
# 从库数据源 # 从库数据源

View File

@ -74,7 +74,7 @@ spring:
# 端口默认为6379 # 端口默认为6379
port: 22002 port: 22002
# 数据库索引 # 数据库索引
database: 5 database: 1
# 密码 # 密码
password: password:
# 连接超时时间 # 连接超时时间

View File

@ -15,7 +15,7 @@ server:
networkPort: 5701 networkPort: 5701
portAutoIncrement: false portAutoIncrement: false
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
port: 5566 port: 7781
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /
@ -47,12 +47,11 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
#host: 192.168.1.23 # host: 192.168.1.23 #
host: 172.32.0.2 #
# 端口默认为6379 # 端口默认为6379
port: 22002 # port: 22002 #
# 数据库索引 # 数据库索引
database: 5 database: 1
# 密码 # 密码
password: password:
# 连接超时时间 # 连接超时时间