1 Star 0 Fork 14

刘京 / docker-hello-world

forked from 12叔 / docker-hello-world 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘京 提交于 2018-02-02 16:07 . 更新 pom.xml
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.jayqqaa12</groupId>
<artifactId>docker-hello-world</artifactId>
<packaging>war</packaging>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>com.jayqqaa12</groupId>
<artifactId>jbase</artifactId>
<version>2.9.6</version>
</dependency>
<dependency>
<groupId>com.jfinal</groupId>
<artifactId>jetty-server</artifactId>
<version>8.1.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>hello</finalName>
</build>
</project>
Java
1
https://gitee.com/narakus/docker-hello-world.git
git@gitee.com:narakus/docker-hello-world.git
narakus
docker-hello-world
docker-hello-world
master

搜索帮助