From 5abcde36961125cbf436f91b8c17610a6b5f8308 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期三, 15 四月 2026 12:15:08 +0800
Subject: [PATCH] 修改调度单必填校验
---
admin/config/test/application-custom.yml | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/admin/config/test/application-custom.yml b/admin/config/test/application-custom.yml
index 88331b9..5f0873e 100644
--- a/admin/config/test/application-custom.yml
+++ b/admin/config/test/application-custom.yml
@@ -1,8 +1,18 @@
custom:
+ rabbitmq:
+ # 闆嗙兢鍦板潃锛岀敤閫楀彿鍒嗛殧
+ host: 61.143.42.70
+ port: 7008
+ virtual-host: GF_HOST_TEST
+ username: user_test
+ password: testuser_&
+ serialNumber:
+ cache:
+ enabled: true
#鏈嶅姟 鐩稿叧閰嶇疆
server:
name: 绠$悊绯荤粺 娴嬭瘯鐜
- port: 8080 #璁块棶绔彛
+ port: 8081 #璁块棶绔彛
servlet-context-path: / #涓婁笅鏂�
max-threads: 800 # # tomcat鏈�澶х嚎绋嬫暟锛岄粯璁や负200
min-spare-threads: 30 # Tomcat鍚姩鍒濆鍖栫殑绾跨▼鏁帮紝榛樿鍊�25
@@ -20,6 +30,7 @@
multipart:
max-file-size: 2GB # 鍗曚釜鏂囦欢澶у皬
max-request-size: 2GB # 璁剧疆鎬讳笂浼犵殑鏂囦欢澶у皬
+ network-path: "http://61.143.42.70:7010/cwgltest-api/"
#鏃ュ織 鐩稿叧閰嶇疆
logback:
path: logs/ #鏃ュ織鐩綍
@@ -102,4 +113,11 @@
# 鎺ュ彛瓒呮椂璁剧疆锛堟绉掞級
timeout: 30000
# 閲嶈瘯娆℃暟
- retryCount: 3
\ No newline at end of file
+ retryCount: 3
+ driver:
+ template1: /data/cwgl/chqjkcns.pdf
+ template2: /data/cwgl/zjsf.pdf
+ font: /data/cwgl/msyh.ttf
+ cwxtApi:
+ url: http://61.143.42.70:7010/cwxttest-api/api/third/receivable/
+
--
Gitblit v1.8.0