From 029de836702607a95ccb0a69a74efcea52ddc451 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 25 九月 2025 19:35:38 +0800 Subject: [PATCH] 上海对农数据接口调整2 --- src/main/resources/application-pro.yml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index fcd2e16..eb88f33 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -1,4 +1,4 @@ -########################## 骞夸笢娴蜂赴鍘� C-鐩� pro ########################## +########################## 涓婃捣鍢夊畾 -C鐩� pro ########################## server: port: 8090 jetty: @@ -9,13 +9,13 @@ datasource: #涓绘暟鎹簮 primary: - url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8&useSSL=false + url: jdbc:mysql://192.168.200.3:3306/igds_api?useUnicode=true&characterEncoding=utf-8&useSSL=false driver-class-name: com.mysql.jdbc.Driver username: root password: Abc123.. #娆℃暟鎹簮 secondary: - url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8&useSSL=false + url: jdbc:mysql://192.168.200.3:3306/igds_master?useUnicode=true&characterEncoding=utf-8&useSSL=false driver-class-name: com.mysql.jdbc.Driver username: root password: Abc123.. @@ -39,7 +39,7 @@ # Redis鐩稿叧閰嶇疆 redis: database: 1 - host: 127.0.0.1 + host: 192.168.200.3 port: 6379 password: Abc123.. # 杩炴帴姹犳渶澶ц繛鎺ユ暟锛堜娇鐢ㄨ礋鍊艰〃绀烘病鏈夐檺鍒讹級 @@ -51,7 +51,7 @@ timeout: 6000 igds: default: - companyId: 5362 + companyId: 5303 file-path: C:/IGDS-API/FILE/ img-path: C:/IGDS/FILE/ # 鐪佸钩鍙癛SA瀵嗛挜瀵逛俊鎭� -- Gitblit v1.9.3