From b8230fb66de1cf9a74f6254e3b6f2fc51f80776d Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Wed, 12 Feb 2025 10:02:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=9B=B4=E8=BF=9E=E5=9B=BD=E5=AE=B6?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- src/main/resources/application-pro.yml | 2 +- src/main/resources/application-test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index fb7b5315e..36d318eff 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -4,7 +4,7 @@ server: spring: datasource: driver-class-name: com.p6spy.engine.spy.P6SpyDriver - jdbc-url: jdbc:p6spy:mysql://192.168.0.43:3306/nj_wms?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true + jdbc-url: jdbc:p6spy:mysql://192.168.0.43:3306/udi_wms_cl?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true username: root password: 123456 hikari: @@ -53,7 +53,7 @@ file_url: http://127.0.0.1:9991 UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df -UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test +UDI_SERVER_URL: http://127.0.0.1:10001/syncToUdiDL SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs back_file_path: D:/share/udisps/back/ API_KEY: 1101 diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index 05ae88f58..6d02a17f9 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -46,7 +46,7 @@ file_path: /home/glxp/udiwms/udiwmsfile/ file_lpath: /udiwms/image/register/file/getImage file_url: http://127.0.0.1:9991 UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df -UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test +UDI_SERVER_URL: http://127.0.0.1:10001/syncToUdiDL SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs back_file_path: D:/share/udisps/back/ diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index fb6fb8b36..a2a333bf6 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -46,7 +46,7 @@ logging: file_path: /udi/udiwms/udiwmsfile/ back_file_path: /share/udisps/back/ UDI_KEY: 6b137c66-6286-46c6-8efa-c2f5dd9237df -UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test +UDI_SERVER_URL: http://127.0.0.1:10001/syncToUdiDL SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs API_KEY: 1101 API_SECRET: zBITspLNvuoEd4FaamlSoqxRHmNsmQ9L