feat: 基础脚手架更新

This commit is contained in:
bootx
2025-03-02 00:27:06 +08:00
parent 52769e630a
commit 36a6901f8e
162 changed files with 1664 additions and 474 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.dromara.daxpay</groupId>
<artifactId>daxpay-single-channel</artifactId>
<version>3.0.0.beta4</version>
<version>3.0.0.beta5</version>
</parent>
<artifactId>daxpay-single-alipay</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.dromara.daxpay</groupId>
<artifactId>daxpay-single-channel</artifactId>
<version>3.0.0.beta4</version>
<version>3.0.0.beta5</version>
</parent>
<artifactId>daxpay-single-union</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.dromara.daxpay</groupId>
<artifactId>daxpay-single-channel</artifactId>
<version>3.0.0.beta4</version>
<version>3.0.0.beta5</version>
</parent>
<artifactId>daxpay-single-wechat</artifactId>

View File

@@ -6,14 +6,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.4.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>org.dromara.daxpay</groupId>
<artifactId>daxpay-single-channel</artifactId>
<version>3.0.0.beta4</version>
<version>3.0.0.beta5</version>
<packaging>pom</packaging>
<description>单商户支付通道功能实现</description>
@@ -35,8 +35,8 @@
<autopoi.version>1.4.8</autopoi.version>
<easypoi.version>4.5.0</easypoi.version>
<bootx-platform.version>3.0.0.beta4</bootx-platform.version>
<daxpay.version>3.0.0.beta4</daxpay.version>
<bootx-platform.version>3.0.0.beta5</bootx-platform.version>
<daxpay.version>3.0.0.beta5</daxpay.version>
</properties>
<dependencies>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.dromara.daxpay</groupId>
<artifactId>daxpay-single-service</artifactId>
<version>3.0.0.beta4</version>
<version>3.0.0.beta5</version>
</dependency>
</dependencies>