1 Star 0 Fork 2

江苏达科/we-core

forked from 大医云团队/we-core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
十方天资管理员 提交于 2017-11-13 13:43 . init commit
<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>com.we</groupId>
<artifactId>we-parent</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>we-core-parent</artifactId>
<packaging>pom</packaging>
<description>
它的子项目与业务没有关联的,只提供基础能力
1、聚合所有的子项目
</description>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
<!-- 打成源码和javadoc,如果没有修改的话,不用执行 -->
<build>
<plugins>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin> -->
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin> -->
</plugins>
</build>
<modules>
<module>we-core-common</module>
<module>we-core-db</module>
<module>we-core-redis</module>
<module>we-core-web</module>
<module>we-core-web-www</module>
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/datacraft/we-core.git
git@gitee.com:datacraft/we-core.git
datacraft
we-core
we-core
master

搜索帮助