From 0da03950e4e26ed5e8a16d1a6e0d352734519846 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 13 十月 2025 18:25:13 +0800
Subject: [PATCH] 新增最新证书功能
---
src/main/resources/application.yml | 70 ++++++++++++++++++++++++++++++-----
1 files changed, 60 insertions(+), 10 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 7140c5e..4d4ab4f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,7 +1,9 @@
server:
- port: 8080
+ port: 8083
servlet:
context-path: /@pom.build.finalName@
+# tomcat:
+# uri-encoding: UTF-8
spring:
application:
@@ -10,7 +12,8 @@
enabled: false
datasource:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://192.168.4.15:1433;databasename=gzynasrs
+ url: jdbc:sqlserver://127.0.0.1:1433;databasename=jxtlfasrs
+# url: jdbc:sqlserver://10.12.55.200:1433;databasename=zjfnasrs
username: sa
password: sa@123
mvc:
@@ -41,22 +44,69 @@
swagger:
enable: false
+#License鐩稿叧閰嶇疆
+license:
+ subject: jxtlfasrs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
+
# 涓嬩綅鏈洪厤缃�
wcs-slave:
# 鍙屾繁
- doubleDeep: false
+ doubleDeep: true
# 鍙屾繁搴撲綅鎺掑彿
- doubleLocs: 1,4,5,8,9,12,13,16
+ doubleLocs: 3
# 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
- groupCount: 2
+ groupCount: 3
+ workIssued : 1
+ url: 1
+# MES绯荤粺
mes:
- url: 127.0.0.1:8080/test
+ # 鏄惁寮�鍚笂鎶�
+ start: true
+ # MES绯荤粺ip
+ url: 10.12.20.12:5001
# 鍏ュ簱涓婃姤
- inPath: mesin/v1
+ inPath: api/InterFace/get_InterFace_TestStorage
# 鍑哄簱涓婃姤
- outPath: mesin/v1
+ outPath: api/InterFace/get_InterFace_TestStorage
+
+# 鍏呮斁鐢垫祴璇曢�氶亾
+channel:
+ # 鏈�澶ч�氶亾鏁�
+ channelMax: 48
+ # 鍏呮斁鐢垫祴璇曟煖鏁伴噺
+ equipmentCount: 6
+ # 娴嬭瘯搴撲綅鎵�鍦ㄦ帓鍙�
+ equipmentRow: 1
+ # 闈欑疆搴撲綅鎵�鍦ㄦ帓鍙�
+ quietRow: 2
+
+# 鍏呮斁鐢垫祴璇曠郴缁�
+ren:
+ # 1~8閫氶亾
+ url1: 10.12.58.11:12784
+ # 9~16閫氶亾
+ url2: 10.12.58.12:12784
+ # 17~24閫氶亾
+ url3: 10.12.58.13:12784
+ # 25~32閫氶亾
+ url4: 10.12.58.14:12784
+ # 33~40閫氶亾
+ url5: 10.12.58.15:12784
+ # 41~48閫氶亾
+ url6: 10.12.58.16:12784
# 鍚姩娴嬭瘯璇锋眰
- startUpTestPACK: mesin/v1
+ startUpTestPACK: TestStart
#鏆傚仠娴嬭瘯
- suspendTestPACK: mesin/v1
\ No newline at end of file
+ suspendTestPACK: TestStop
+
+#RCS
+rcs:
+ address:
+ url: http://178.18.1.220:50001
+ #浠诲姟涓嬪彂鍦板潃
+ attrcs: rbrainrobot/create_task
\ No newline at end of file
--
Gitblit v1.9.1