feat(可回溯): 重构

增加feign实现
This commit is contained in:
BrandWang
2023-05-09 11:17:23 +08:00
parent 875a14f2b7
commit 1b1f2392d7
4 changed files with 48 additions and 4 deletions
+11 -1
View File
@@ -23,7 +23,11 @@
<alibaba.boot.druid>1.1.22</alibaba.boot.druid>
</properties>
<dependencies>
<dependency>
<groupId>com.wabestway.recall</groupId>
<artifactId>afis-recall-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.wabestway.recall</groupId>
<artifactId>afis-recall-service</artifactId>
@@ -106,6 +110,12 @@
<artifactId>fastjson</artifactId>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>com.wabestway.recall</groupId>
<artifactId>afis-recall-api</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>