From 94007dba372f5d9fe5c19d04f0c089ec0b3cc372 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 29 十二月 2025 14:57:07 +0800
Subject: [PATCH] 上架派工单优化
---
src/main/resources/application-dev.yml | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 4b283d5..4e75421 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
server:
- port: 8081
+ port: 8080
servlet:
context-path: /@pom.build.finalName@
@@ -30,7 +30,7 @@
# global-config:
# field-strategy: 0
configuration:
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+ # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true
cache-enabled: true
call-setters-on-nulls: true
@@ -47,7 +47,7 @@
#License鐩稿叧閰嶇疆
license:
- subject: integrationasrs
+ subject: jsxsasrs
publicAlias: publicCert
storePass: public_zhongyang_123456789
licensePath: license.lic
@@ -84,7 +84,7 @@
# 寮�鍏�
switch:
#璁℃椂鍣ㄤ笂鎶ュ紑鍏�
- ErpReportOld: false
+ ErpReportOld: true
#鑾峰彇鍗曟嵁寮�鍏�
InboundOrderSwitch: false
#鐧诲綍鎺ュ彛寮�鍏�
@@ -113,7 +113,9 @@
#KOPEN灏忔澗骞冲彴
kopen:
-
+ url: webservice.kopen.com.cn
+ port: 1482
+ prefix: /kc-api/api/wms
#AGV璋冨害
hlk:
--
Gitblit v1.9.1