Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
pom-web-server.xml 785 Bytes
Copy Edit Raw Blame History
ShenHuaJie authored 2016-11-27 15:13 . 调度管理
<?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>
<parent>
<groupId>org.ibase4j</groupId>
<artifactId>iBase4J</artifactId>
<version>1.0.0</version>
<relativePath>./</relativePath>
</parent>
<artifactId>iBase4J-Web-Server</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<url>http://maven.apache.org</url>
<!-- clean package -P build tomcat7:run-war-only -f pom-web-server.xml -->
<modules>
<module>iBase4J-Common</module>
<module>iBase4J-SYS-API</module>
<module>iBase4J-Web</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化