1 Star 0 Fork 159

zhangsongfu / smart-pay

forked from zhunian / smart-pay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
zhunian 提交于 2018-10-08 23:33 . spring cloud版本提交
<?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>
<groupId>com.founder</groupId>
<artifactId>smart-pay</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>smart-pay</name>
<description>聚合支付</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>
<modules>
<module>smart-cloud-eureka</module>
<module>smart-cloud-fiance</module>
<module>smart-cloud-mgr</module>
<module>smart-cloud-pay</module>
<module>smart-cloud-web</module>
<module>smart-core-bean</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/dandingboshi/smart-pay.git
git@gitee.com:dandingboshi/smart-pay.git
dandingboshi
smart-pay
smart-pay
master

搜索帮助