From 345941d946f5a48d31660a58dfc7911d7639a97d Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期五, 22 八月 2025 22:35:45 +0800 Subject: [PATCH] feat(cms): 刀具库存统计 --- src/main/resources/application-dev.yml | 61 ++++++++++++------------------ 1 files changed, 25 insertions(+), 36 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index a0ce195..c83b1ec 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,5 +1,5 @@ 锘縮erver: - port: 9999 + port: 9989 tomcat: max-swallow-size: -1 error: @@ -7,7 +7,7 @@ include-stacktrace: ALWAYS include-message: ALWAYS servlet: - context-path: /jeecg-boot + context-path: compression: enabled: true min-response-size: 1024 @@ -126,9 +126,9 @@ connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:sqlserver://127.0.0.1:1433;databasename=LXZN_TEST_HANGYU;nullCatalogMeansCurrent=true + url: jdbc:sqlserver://192.168.0.118:1433;databasename=LXZN_TEST_XHJ;nullCatalogMeansCurrent=true username: sa - password: sa123 + password: 123 driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver #redis 閰嶇疆 redis: @@ -211,17 +211,6 @@ is_verify_token: true #蹇呴』鏍¢獙鏂规硶 verify_methods: remove,delete,save,add,update - #xxl-job閰嶇疆 - xxljob: - enabled: false - adminAddresses: http://127.0.0.1:9080/xxl-job-admin - appname: ${spring.application.name} - accessToken: '' - address: 127.0.0.1:30007 - ip: 127.0.0.1 - port: 30007 - logPath: logs/jeecg/job/jobhandler/ - logRetentionDays: 30 #鍒嗗竷寮忛攣閰嶇疆 redisson: address: 127.0.0.1:6379 @@ -294,24 +283,24 @@ client-secret: ?? agent-id: ?? webservice: - url: http://localhost:8081/services/EquipmentService?wsdl - namespace: http://service.server.webservice.example.com - statusMethod: equipmentStatus - rateMethod: equipmentRate -#鏂囦欢涓婁紶鐩綍锛堟敞鎰廘inux鍜學indows涓婄殑鐩綍缁撴瀯涓嶅悓锛� -#file.uploadFolder=/root/uploadFiles/ -#fileHomePath: ${UPLOAD_FOLDER:/jar/lxzn_storage} -#fileNCPath: ${NC_FOLDER:/jar/NC} # NC鏂囦欢浣嶇疆 -fileHomePath: ${UPLOAD_FOLDER:d://lxzn_storage} -fileNCPath: ${NC_FOLDER:D://NC} # NC鏂囦欢浣嶇疆 -ncSend: - addOrDelete: false #//鏄惁鍒犻櫎seed 涓殑涔嬪墠鏂囦欢 -#staticAccessPath: /api/ffile/** # 褰撳墠椤圭洰鐨勯潤鎬佽祫婧愯闂厤缃湪nginx涓� -#宸ユ帶缃�/娑夊瘑缃戦儴缃茬浉鍏抽厤缃�------------閫氳繃鍏夌洏鎽嗘浮 -deploy: - #宸ユ帶缃�/娑夊瘑缃戦儴缃� 0涓烘秹瀵嗙綉 1涓哄伐鎺х綉 - deployType: 0 - #娑夊瘑缃戜紶杈搉c鏂囦欢澶� - secretFolder: D:\\hy_test\\a - #宸ユ帶缃戠洃鎺c鏂囦欢澶� - workFolder: D:\\hy_test\\b + url: http://10.101.0.182:8002/MesWebService/WebService.asmx?wsdl + namespace: http://tempuri.org/ +# SAP RFC鏂瑰紡鎺ュ彛闆嗘垚 +sap: + rfc: + destination: SAP_RFC_DEST # 鑷畾涔夌殑鐩爣鍦板潃 RFC 鐩爣鍚嶇О + ashost: 10.101.0.188 # SAP 涓绘満鍦板潃 + sysnr: '00' # 绯荤粺缂栧彿 + client: 800 # 瀹㈡埛绔紪鍙� + user: SLSAP_JK # 鐢ㄦ埛鍚� + passwd: 112233 # 瀵嗙爜 + lang: ZH # 璇█ + poolSize: 5 # 绾跨▼姹犳暟閲� + expirationTime: 10000 # 杩囨湡鏃堕棿 + peekLimit: 10 # 宄板�� +feishu: + url: https://open.feishu.cn/ + appId: cli_a74aab6353b7d00e + appSecret: mx5wm7X9S8WSzZCOYlxcggXTFL8iujIT + sync: + departmentId: od-47692f32e6b66cc3985d317fee780a8b \ No newline at end of file -- Gitblit v1.9.3