From f16cabbae89334d823ce22183d2de3dc62ee9574 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 02 九月 2024 16:50:49 +0800
Subject: [PATCH] 1、替换swagger,可直接 doc.html访问接口 2、提供socket获取扫码枪数据(待测试)

---
 hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index a430a6f..8ab9ab1 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -1,12 +1,28 @@
 server:
-  port: 8085
+  port: 8081
 
 spring:
   profiles:
     active: dev
   application:
-    name: unLoadGlass
+    name: cacheGlass
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+mes:
+  threshold: 3
+  ratio: 10
+  max: # 绗簩鏉$嚎鐨勬渶澶у昂瀵镐俊鎭�
+    firstLength: 3500
+    secondLength: 2500
+  min:
+    one: #绗竴鏉$(杈圭嚎鐨勬渶灏忓昂瀵镐俊鎭�
+      firstLength: 500
+      secondLength: 400
+    two: #绗簩鏉$(杈圭嚎鐨勬渶灏忓昂瀵镐俊鎭�
+      firstLength: 400
+      secondLength: 400
+  sequence:
+    order: false
+

--
Gitblit v1.8.0