v2.1.0 更新:

1、引入metona-mq-mini-pro消息队列,重构实时日志获取方式
This commit is contained in:
2025-07-23 18:27:16 +08:00
parent 7d8cda234e
commit bb99e48275
5 changed files with 70 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>cn.somkit</groupId>
<artifactId>fmt</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
<name>fmt</name>
<description>File Manage System for by SpringBoot</description>
<properties>
@@ -51,6 +51,12 @@
<artifactId>metona-cache-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>cn.metona</groupId>
<artifactId>metona-mq-mini-pro</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
<build>