feat():增加了forestHttp调用框架
parent
bbed074675
commit
82260cd7f3
10
pom.xml
10
pom.xml
|
@ -45,6 +45,7 @@
|
|||
<knife4j-openapi3.version>4.1.0</knife4j-openapi3.version>
|
||||
<xxl-job-core.version>2.4.1</xxl-job-core.version>
|
||||
<forest.version>1.5.36</forest.version>
|
||||
<nacos.version>1.0.0</nacos.version>
|
||||
</properties>
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
|
@ -282,12 +283,21 @@
|
|||
<artifactId>cloud-pay-server</artifactId>
|
||||
<version>${pay.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-pay-common</artifactId>
|
||||
<version>${pay.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-nacos-remote</artifactId>
|
||||
<version>${nacos.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- forestHttp调用框架-->
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue