From 3c8343535bec2a53855956e25598e2271fc84c0d Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期日, 07 七月 2024 10:28:21 +0800
Subject: [PATCH] 更新测试管理搜索功能
---
src/main/resources/application.yml | 92 +++++++++++++++++++++++++++++++++++++++-------
1 files changed, 78 insertions(+), 14 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 01492c8..c32453d 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,19 +1,19 @@
server:
- port: 8081
+ port: 8080
+ 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=cool
+ #url: jdbc:sqlserver://127.0.0.1:1433;databasename=zjfnasrs
+ url: jdbc:sqlserver://10.12.55.200:1433;databasename=zjfnasrs
username: sa
password: sa@123
mvc:
@@ -23,17 +23,81 @@
port: 6379
database: 0
# password: xltys1995
+ servlet:
+ multipart:
+ maxFileSize: 100MB
+ maxRequestSize: 100MB
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
- global-config:
- field-strategy: 0
+# global-config:
+# field-strategy: 0
+# configuration:
+# 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: zjfnasrs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
+
+# 涓嬩綅鏈洪厤缃�
+wcs-slave:
+ # 鍙屾繁
+ doubleDeep: false
+ # 鍙屾繁搴撲綅鎺掑彿 1,4,5,8,9,12,13,16
+ doubleLocs:
+ # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
+ groupCount: 2
+
+# 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
\ No newline at end of file
--
Gitblit v1.9.1