1 Star 0 Fork 526

26263/dax-pay

forked from dromara/dax-pay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
喵呀 提交于 2024-10-04 22:54 . ref 与多商户使用同架构实现
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.dromara.daxpay</groupId>
<artifactId>daxpay</artifactId>
<version>3.0.0.beta1</version>
<packaging>pom</packaging>
<name>dax-pay-single</name>
<description>DaxPay单商户版支付系统</description>
<modules>
<module>bootx-platform</module>
<module>daxpay-single</module>
<module>daxpay-single-channel</module>
<module>daxpay-single-server</module>
<module>daxpay-single-sdk</module>
</modules>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wstcc/dax-pay.git
git@gitee.com:wstcc/dax-pay.git
wstcc
dax-pay
dax-pay
single-dev

搜索帮助