feature(forest): 新增队列查询接口

This commit is contained in:
2023-05-07 16:18:32 +08:00
parent 0bd567a9e6
commit 39a5101af3
3 changed files with 49 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
<artifactId>service-configuration</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.lanyuanxiaoyao.micro.service</groupId>
<artifactId>entity</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>