60 Star 152 Fork 45

ananan / hunt-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
ananan 提交于 2017-01-17 17:55 . 整合activemq
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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.anouyang.hunt</groupId>
<artifactId>hunt-admin</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>hunt-admin</name>
<modules>
<module>hunt-parent</module>
<module>hunt-common</module>
<module>hunt-model</module>
<module>hunt-dao</module>
<module>hunt-service</module>
<module>hunt-web</module>
<module>hunt-jms</module>
</modules>
<developers>
<developer>
<id>oya</id>
<name>ouyangan</name>
<email>981017952@qq.com</email>
<timezone>+8</timezone>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
</project>
Java
1
https://gitee.com/ouyangan/hunt-admin.git
git@gitee.com:ouyangan/hunt-admin.git
ouyangan
hunt-admin
hunt-admin
master

搜索帮助