From 3e8a7b78c54999ed7506a84d0ea0e97453c7597b Mon Sep 17 00:00:00 2001 From: guoxin <371864209@qq.com> Date: Mon, 4 Sep 2023 10:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shandan-bianmu/src/main/resources/application-dev.yml | 4 ++-- shandan-browser/src/main/resources/application-dev.yml | 4 ++-- shandan-control/src/main/resources/application-dev.yml | 4 ++-- shandan-desktop/src/main/resources/application-dev.yml | 4 ++-- shandan-oauth/src/main/resources/application-dev.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/shandan-bianmu/src/main/resources/application-dev.yml b/shandan-bianmu/src/main/resources/application-dev.yml index 632c336..87305e3 100644 --- a/shandan-bianmu/src/main/resources/application-dev.yml +++ b/shandan-bianmu/src/main/resources/application-dev.yml @@ -14,7 +14,7 @@ spring: primary: master datasource: master: - url: jdbc:dm://127.0.0.1:5236 + url: jdbc:dm://192.168.134.128:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver @@ -25,7 +25,7 @@ spring: # ES全文检索数据库地址 elasticsearch: rest: - uris: http://127.0.0.1:9200 + uris: http://192.168.134.128:9200 # 统一认证服务详细配置 security: diff --git a/shandan-browser/src/main/resources/application-dev.yml b/shandan-browser/src/main/resources/application-dev.yml index faa93ca..2a40802 100644 --- a/shandan-browser/src/main/resources/application-dev.yml +++ b/shandan-browser/src/main/resources/application-dev.yml @@ -13,14 +13,14 @@ spring: primary: master datasource: master: - url: jdbc:dm://127.0.0.1:5236 + url: jdbc:dm://192.168.134.128:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver elasticsearch: rest: - uris: http://127.0.0.1:9200 + uris: http://192.168.134.128:9200 thymeleaf: # 页面缓存配置 diff --git a/shandan-control/src/main/resources/application-dev.yml b/shandan-control/src/main/resources/application-dev.yml index b3f625e..a437fee 100644 --- a/shandan-control/src/main/resources/application-dev.yml +++ b/shandan-control/src/main/resources/application-dev.yml @@ -13,7 +13,7 @@ spring: primary: master datasource: master: - url: jdbc:dm://127.0.0.1:5236 + url: jdbc:dm://192.168.134.128:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver @@ -23,7 +23,7 @@ spring: elasticsearch: rest: - uris: http://127.0.0.1:9200 + uris: http://192.168.134.128:9200 mybatis-plus: configuration: diff --git a/shandan-desktop/src/main/resources/application-dev.yml b/shandan-desktop/src/main/resources/application-dev.yml index 6d4f666..588187e 100644 --- a/shandan-desktop/src/main/resources/application-dev.yml +++ b/shandan-desktop/src/main/resources/application-dev.yml @@ -12,14 +12,14 @@ spring: primary: master datasource: master: - url: jdbc:dm://127.0.0.1:5236 + url: jdbc:dm://192.168.134.128:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver elasticsearch: rest: - uris: http://127.0.0.1:9200 + uris: http://192.168.134.128:9200 thymeleaf: # 页面缓存配置 diff --git a/shandan-oauth/src/main/resources/application-dev.yml b/shandan-oauth/src/main/resources/application-dev.yml index ed5f3f4..a24eddb 100644 --- a/shandan-oauth/src/main/resources/application-dev.yml +++ b/shandan-oauth/src/main/resources/application-dev.yml @@ -6,7 +6,7 @@ spring: primary: master datasource: master: - url: jdbc:dm://127.0.0.1:5236 + url: jdbc:dm://192.168.134.128:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver