flow调msg异步和调log异步

This commit is contained in:
2025-12-23 19:29:51 +08:00
parent 44f3b599a8
commit d4ed987f75
11 changed files with 69 additions and 28 deletions

View File

@@ -71,6 +71,12 @@
<artifactId>honeycom-msg-api</artifactId>
<version>5.4.0</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.38</version>
</dependency>
<!--必备: 操作数据源相关-->
<!-- <dependency>-->
<!-- <groupId>com.honeycombis</groupId>-->