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 | 95 +++++++++++++++++++++++++++++++++++++++++------
1 files changed, 83 insertions(+), 12 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 12eaea8..4d4ab4f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,19 +1,19 @@
server:
- port: 8081
+ port: 8083
+ servlet:
+ context-path: /@pom.build.finalName@
+# tomcat:
+# uri-encoding: UTF-8
spring:
application:
-# name: @pom.artifactId@
- name:
+ name: @pom.build.finalName@
+ jmx:
+ enabled: false
datasource:
- # mysql
-# driver-class-name: com.mysql.jdbc.Driver
-# url: jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-# username: root
-# password: xltys1995
- # sql-server
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://127.0.0.1:1433;databasename=xtyasrs
+ 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:
@@ -23,6 +23,10 @@
port: 6379
database: 0
# password: xltys1995
+ servlet:
+ multipart:
+ maxFileSize: 100MB
+ maxRequestSize: 100MB
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
@@ -32,10 +36,77 @@
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
logging:
- path: /stock/out/logs
+ path: /stock/out/@pom.build.finalName@/logs
super:
pwd: xltys1995
swagger:
- enable: false
\ No newline at end of file
+ enable: false
+
+#License鐩稿叧閰嶇疆
+license:
+ subject: jxtlfasrs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
+
+# 涓嬩綅鏈洪厤缃�
+wcs-slave:
+ # 鍙屾繁
+ doubleDeep: true
+ # 鍙屾繁搴撲綅鎺掑彿
+ doubleLocs: 3
+ # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
+ groupCount: 3
+ workIssued : 1
+ url: 1
+
+# MES绯荤粺
+mes:
+ # 鏄惁寮�鍚笂鎶�
+ start: true
+ # MES绯荤粺ip
+ url: 10.12.20.12:5001
+ # 鍏ュ簱涓婃姤
+ inPath: api/InterFace/get_InterFace_TestStorage
+ # 鍑哄簱涓婃姤
+ 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: TestStart
+ #鏆傚仠娴嬭瘯
+ 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