增加并行框架

This commit is contained in:
2025-03-02 23:14:49 +08:00
parent 19a93325b1
commit 5d888f648a
2 changed files with 27 additions and 0 deletions

View File

@@ -51,6 +51,12 @@
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-spring-boot-starter</artifactId>
<version>2.13.0</version>
</dependency>
<!--<dependency>
<groupId>io.projectreactor.netty</groupId>