92 Star 262 Fork 77

klguang / coderfun-boot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
klguang 提交于 2018-09-29 22:45 . 2018年9月29日
<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>org.coderfun.boot</groupId>
<artifactId>coderfun-boot</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>coderfun-boot</name>
<description>coderfun-boot</description>
<properties>
<java.version>1.7</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>
<modules>
<module>coderfun-boot-core</module>
<module>coderfun-boot-web</module>
<module>coderfun-common</module>
<module>coderfun-common-web</module>
<!--
<module>coderfun-menber-core</module>
<module>coderfun-menber-web</module>
<module>coderfun-cms-core</module> <module>coderfun-cms-web</module>
-->
</modules>
</project>
Java
1
https://gitee.com/klguang/coderfun-boot.git
git@gitee.com:klguang/coderfun-boot.git
klguang
coderfun-boot
coderfun-boot
master

搜索帮助