From 69abc2fe603e5e6282e6ff6d70463f93fdadce52 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 18 十一月 2025 15:33:18 +0800
Subject: [PATCH] *
---
src/main/resources/application.yml | 35 +++++++++++++++++++++++++++++++++--
1 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 338a464..2f4bdce 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -10,9 +10,15 @@
enabled: false
datasource:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://127.0.0.1:1433;databasename=srjtasrs
+ url: jdbc:sqlserver://192.168.18.4:49977;databasename=srjtasrs
username: sa
password: sa@123
+# url: jdbc:sqlserver://127.0.0.1:49977;databasename=srjtasrs
+# username: sa
+# password: sa@123
+# url: jdbc:sqlserver://127.0.0.1:50948;databasename=srjtasrs
+# username: sa
+# password: sa@123
mvc:
static-path-pattern: /**
redis:
@@ -41,6 +47,14 @@
swagger:
enable: false
+#License鐩稿叧閰嶇疆
+license:
+ subject: srjtasrs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
+
# 涓嬩綅鏈洪厤缃�
wcs-slave:
# 鍙屾繁
@@ -67,9 +81,26 @@
inPath: EosServer/PluginGateway.ashx?pluginid=DataIOHttp&func=senddata&userno=ASRS&sign=5DD885999945BA2F3DC9A61F1B857DB3&dataname=cprkwc
# 鍑哄簱涓婃姤
outPath: EosServer/PluginGateway.ashx?pluginid=DataIOHttp&func=senddata&userno=ASRS&sign=5DD885999945BA2F3DC9A61F1B857DB3&dataname=cpckwc
+
+srXghyMes:
+ # 涓婃姤MES瀹為檯缁勮揣鍗�
+ actualShipmentMesUrl: 172.22.152.3:8157
+ actualShipmentMes: qualityGroupList/v1/updateGroupList
+ # 涓婃姤MES鍑哄叆搴撴暟鎹�
+ productInventoryUrl: 172.22.152.3:8160
+ productInventory: productInventory/v1/saveDto
+ # 涓婃姤MES鍑哄叆搴撴暟鎹�
+ productInventoryUrlSaveListDto: 172.22.152.3:8160
+ productInventorySaveListDto: productInventory/v1/saveListDto
+ # 鏌ヨ鍗峰彿鏄惁鍚堟牸
+ qualityFinishedCheckoutUrl: 172.22.152.3:8157
+ qualityFinishedCheckout: qualityFinishedCheckout/v1/querybatchNoWMS
+
srHangJia:
url: 192.168.18.229:16126
# 鎷嗗灈淇℃伅涓婁紶
reportOutPath: api/DepalletizingInfo/Post
# 鐮佸灈淇℃伅涓婁紶
- reportInPath: api/PalletizingInfo/Post
\ No newline at end of file
+ reportInPath: api/PalletizingInfo/Post
+loc-move:
+ move-all: false
\ No newline at end of file
--
Gitblit v1.9.1