修改sit服务器地址

This commit is contained in:
Guoqs
2025-08-08 16:32:00 +08:00
parent 6468a0d0fa
commit e78bd1cafd
2 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 192.168.2.2 host: 192.168.8.2
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 数据库索引 # 数据库索引
@@ -36,7 +36,7 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://192.168.2.2:3306/jsowell_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://192.168.8.2:3306/jsowell_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: jsowell_dev username: jsowell_dev
# url: jdbc:mysql://192.168.2.46:3306/jsowell_prd_copy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 # url: jdbc:mysql://192.168.2.46:3306/jsowell_prd_copy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: jsowell_prd_copy # username: jsowell_prd_copy
@@ -90,7 +90,7 @@ spring:
# rabbitmq配置 dev # rabbitmq配置 dev
rabbitmq: rabbitmq:
host: 192.168.2.2 host: 192.168.8.2
port: 5672 port: 5672
username: admin username: admin
password: admin password: admin
@@ -259,7 +259,7 @@ dubbo:
name: wcc-server name: wcc-server
qosEnable: false qosEnable: false
registry: registry:
address: nacos://192.168.2.2:8848 address: nacos://192.168.8.2:8848
parameters: parameters:
namespace: e328faaf-8516-42d0-817a-7406232b3581 namespace: e328faaf-8516-42d0-817a-7406232b3581
username: nacos username: nacos

View File

@@ -8,7 +8,7 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 192.168.2.2 host: 192.168.8.2
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6379
# 数据库索引 # 数据库索引
@@ -35,9 +35,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://192.168.2.2:3306/jsowell_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://192.168.8.2:3306/jsowell_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: jsowell_dev username: jsowell_dev
# url: jdbc:mysql://192.168.2.2:3306/jsowell_prd_copy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 # url: jdbc:mysql://192.168.8.2:3306/jsowell_prd_copy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: jsowell_prd_copy # username: jsowell_prd_copy
password: 123456 password: 123456
# 从库数据源 # 从库数据源
@@ -89,7 +89,7 @@ spring:
# rabbitmq配置 sit # rabbitmq配置 sit
rabbitmq: rabbitmq:
host: 192.168.2.2 host: 192.168.8.2
port: 5672 port: 5672
username: admin username: admin
password: admin password: admin
@@ -257,7 +257,7 @@ dubbo:
name: wcc-server name: wcc-server
qosEnable: false qosEnable: false
registry: registry:
address: nacos://192.168.2.2:8848 address: nacos://192.168.8.2:8848
parameters: parameters:
namespace: e328faaf-8516-42d0-817a-7406232b3581 namespace: e328faaf-8516-42d0-817a-7406232b3581
username: nacos username: nacos