From b180cbda70017c0963a25fec9816d78e4d8c89f5 Mon Sep 17 00:00:00 2001 From: Guo XIn <371864209@qq.com> Date: Tue, 27 Jun 2023 19:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ shandan-basedata/src/main/resources/application.yml | 2 +- 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 +- 7 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89c0fff --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +.idea +*.iml diff --git a/shandan-basedata/src/main/resources/application.yml b/shandan-basedata/src/main/resources/application.yml index 6c1d4d4..4b127b8 100644 --- a/shandan-basedata/src/main/resources/application.yml +++ b/shandan-basedata/src/main/resources/application.yml @@ -12,7 +12,7 @@ spring: # 达梦数据库配置 datasource: - url: jdbc:dm://192.168.134.128:5236 + url: jdbc:dm://127.0.0.1:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver diff --git a/shandan-bianmu/src/main/resources/application-dev.yml b/shandan-bianmu/src/main/resources/application-dev.yml index 87305e3..632c336 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://192.168.134.128:5236 + url: jdbc:dm://127.0.0.1:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver @@ -25,7 +25,7 @@ spring: # ES全文检索数据库地址 elasticsearch: rest: - uris: http://192.168.134.128:9200 + uris: http://127.0.0.1:9200 # 统一认证服务详细配置 security: diff --git a/shandan-browser/src/main/resources/application-dev.yml b/shandan-browser/src/main/resources/application-dev.yml index 2a40802..faa93ca 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://192.168.134.128:5236 + url: jdbc:dm://127.0.0.1:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver elasticsearch: rest: - uris: http://192.168.134.128:9200 + uris: http://127.0.0.1:9200 thymeleaf: # 页面缓存配置 diff --git a/shandan-control/src/main/resources/application-dev.yml b/shandan-control/src/main/resources/application-dev.yml index a437fee..b3f625e 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://192.168.134.128:5236 + url: jdbc:dm://127.0.0.1:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver @@ -23,7 +23,7 @@ spring: elasticsearch: rest: - uris: http://192.168.134.128:9200 + uris: http://127.0.0.1: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 588187e..6d4f666 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://192.168.134.128:5236 + url: jdbc:dm://127.0.0.1:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver elasticsearch: rest: - uris: http://192.168.134.128:9200 + uris: http://127.0.0.1:9200 thymeleaf: # 页面缓存配置 diff --git a/shandan-oauth/src/main/resources/application-dev.yml b/shandan-oauth/src/main/resources/application-dev.yml index a24eddb..ed5f3f4 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://192.168.134.128:5236 + url: jdbc:dm://127.0.0.1:5236 username: BIANMU password: 123456789 driver-class-name: dm.jdbc.driver.DmDriver