调试调用工作流。

This commit is contained in:
wangzhijiang
2022-02-28 18:41:59 +08:00
parent 516f98a922
commit 3a2be3a42d
6 changed files with 79 additions and 4 deletions
+5
View File
@@ -102,6 +102,11 @@
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/pageoffice4.5.0.9.jar</systemPath>
</dependency>
<!-- feign调用 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
</dependencies>
</project>