ref 拆分支付模块为单独的项目适配

This commit is contained in:
xxm1995
2023-05-12 17:17:03 +08:00
parent e983a4d178
commit 9f537a8739
114 changed files with 6144 additions and 273 deletions

View File

@@ -6,16 +6,16 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.10</version>
<version>2.7.11</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>cn.bootx.platform</groupId>
<artifactId>bootx-platform</artifactId>
<artifactId>bootx-dax-pay</artifactId>
<packaging>pom</packaging>
<version>1.2.3</version>
<version>1.3.0</version>
<modules>
<module>dax-pay</module>
@@ -27,7 +27,7 @@
<java.version>1.8</java.version>
<!-- 二方库版本 -->
<bootx-platform.version>1.2.3</bootx-platform.version>
<bootx-platform.version>1.3.0</bootx-platform.version>
<!-- 三方库 -->
<hutool.version>5.8.15</hutool.version>
<oshi.version>6.4.0</oshi.version>