ref 支付网关方式重构

This commit is contained in:
xxm1995
2023-12-15 11:20:50 +08:00
parent aa675de704
commit e3702275ac
310 changed files with 582 additions and 16280 deletions

38
pom.xml
View File

@@ -6,20 +6,21 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.16</version>
<version>2.7.18</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>cn.bootx.platform</groupId>
<artifactId>bootx-dax-pay</artifactId>
<artifactId>dax-pay</artifactId>
<packaging>pom</packaging>
<version>1.0.2</version>
<version>2.0.0</version>
<modules>
<module>dax-pay</module>
<module>dax-start</module>
<module>daxpay-core</module>
<module>daxpay-common</module>
<module>daxpay-single</module>
</modules>
<properties>
@@ -28,8 +29,8 @@
<java.version>1.8</java.version>
<!-- 二方库版本 -->
<bootx-platform.version>1.3.5</bootx-platform.version>
<dax.version>1.0.2</dax.version>
<bootx-platform.version>1.3.6</bootx-platform.version>
<dax.version>2.0.0</dax.version>
<!-- 三方库 -->
<slf4j.version>1.7.30</slf4j.version>
<!-- 3.5.3 有bug -->
@@ -48,6 +49,7 @@
<!-- 项目依赖版本管理 -->
<dependencyManagement>
<dependencies>
<!-- 使用Bootx-Platform的依赖管理 -->
<dependency>
<groupId>cn.bootx.platform</groupId>
<artifactId>bootx-platform-parent</artifactId>
@@ -59,28 +61,6 @@
</dependencyManagement>
<repositories>
<repository>
<id>central</id>
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>snapshots</id>
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<build>
<plugins>
<!--代码格式插件默认使用spring 规则-->