1 Star 0 Fork 14

zsg18577 / app-restful-server

forked from 丸子哥 / app-restful-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom-sys-server.xml 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
丸子哥 提交于 2016-07-26 16:03 . 上传代码
<?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>
<artifactId>hello-user-service-server</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<url>http://maven.apache.org</url>
<parent>
<groupId>com.molyfun</groupId>
<artifactId>hello-user</artifactId>
<version>0.5.0</version>
<relativePath>./</relativePath>
</parent>
<modules>
<module>hello-user-common</module>
<module>hello-user-generator</module>
<module>hello-user-sys-api</module>
<module>hello-user-service</module>
</modules>
<!-- clean:clean package -P build tomcat7:run-war-only -f pom-sys-server.xml -->
</project>
Java
1
https://gitee.com/zsg_/spring-restful-token.git
git@gitee.com:zsg_/spring-restful-token.git
zsg_
spring-restful-token
app-restful-server
master

搜索帮助