master
wxy 2024-09-01 11:22:08 +08:00
parent e1c7f5a6e3
commit b676b6c88b
1 changed files with 9 additions and 0 deletions

View File

@ -44,11 +44,20 @@
<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>
<zfb.version>4.34.0.ALL</zfb.version>
</properties>
<!-- 依赖声明 -->
<dependencyManagement>
<dependencies>
<!-- 支付宝 依赖配置 -->
<dependency>
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-sdk-java</artifactId>
<version>${zfb.version}</version>
</dependency>
<!-- SpringBoot 依赖配置 -->
<dependency>
<groupId>org.springframework.boot</groupId>