1 Star 0 Fork 285

sggweb / iBase4J-SpringBoot

forked from iBase4J / iBase4J-SpringBoot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom-sys-service-server.xml 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
A圣翔 提交于 2017-12-27 17:21 . 优化
<?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>iBase4J-SYS-Service-Server</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<url>http://maven.apache.org</url>
<parent>
<groupId>org.ibase4j</groupId>
<artifactId>iBase4J</artifactId>
<version>1.2.0</version>
<relativePath>./</relativePath>
</parent>
<modules>
<module>iBase4J-SYS-Facade</module>
<module>iBase4J-SYS-Service</module>
<module>iBase4J-Biz-Facade</module>
</modules>
<!-- clean package -P build tomcat7:run-war-only -f pom-sys-service-server.xml -->
</project>
Java
1
https://gitee.com/sggweb/iBase4J-SpringBoot.git
git@gitee.com:sggweb/iBase4J-SpringBoot.git
sggweb
iBase4J-SpringBoot
iBase4J-SpringBoot
master

搜索帮助