From 08d0713d5dda819194dab54b8aab8662f5d9a071 Mon Sep 17 00:00:00 2001 From: ztzh_xieyun Date: Mon, 3 Jun 2024 17:16:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-admin/src/main/resources/application.yml | 8 ++++---- sf-vertx/src/main/resources/application.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sf-admin/src/main/resources/application.yml b/sf-admin/src/main/resources/application.yml index 24ce9b6..7a95910 100644 --- a/sf-admin/src/main/resources/application.yml +++ b/sf-admin/src/main/resources/application.yml @@ -70,11 +70,11 @@ spring: # redis 配置 redis: # 地址 - host: 172.32.0.2 + host: 192.168.1.23 # 端口,默认为6379 port: 22002 # 数据库索引 - database: 1 + database: 0 # 密码 password: # 连接超时时间 @@ -149,6 +149,6 @@ sac: gateway: # host: 192.168.1.68 # port: 5566 - host: vertx-gateway - port: 22081 + host: 192.168.1.23 + port: 1775 diff --git a/sf-vertx/src/main/resources/application.yml b/sf-vertx/src/main/resources/application.yml index 5c5e96a..c5e61a6 100644 --- a/sf-vertx/src/main/resources/application.yml +++ b/sf-vertx/src/main/resources/application.yml @@ -3,7 +3,7 @@ server: vertx: deploymentMode: 1 # 1:单机 2:集群 isSSL: false # vertx https或者http启动, ssl 证书有过期时间 - rpcUri: /rpc.sac + rpcUri: /rpc sacResponseHeaderKey: sacErrorCode environment: dev server: @@ -15,7 +15,7 @@ server: networkPort: 5701 portAutoIncrement: false # 服务器的HTTP端口,默认为8080 - port: 7781 + port: 5566 servlet: # 应用的访问路径 context-path: / @@ -47,7 +47,7 @@ spring: # redis 配置 redis: # 地址 - host: 192.168.1.23 # + host: 172.32.0.2 # # 端口,默认为6379 port: 22002 # # 数据库索引