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