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

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.bootx.platform</groupId>
<artifactId>daxpay-single</artifactId>
<version>2.0.0</version>
</parent>
<artifactId>daxpay-single-gateway</artifactId>
<dependencies>
<dependency>
<groupId>cn.bootx.platform</groupId>
<artifactId>daxpay-single-service</artifactId>
<version>${dax.version}</version>
</dependency>
</dependencies>
</project>