feat(可回溯): 重构
增加feign实现
This commit is contained in:
+11
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user