1 Star 0 Fork 1.2K

zhaojin / hotkey

forked from 京东零售 / hotkey 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 908 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuweifeng10 提交于 2020-04-22 15:09 . sheng 0.0.2
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>com.jd.platform.hotkey</groupId>
<artifactId>hotkey</artifactId>
<version>0.0.2-SNAPSHOT</version>
<name>hotkey</name>
<description>Jd HotKey</description>
<modules>
<module>worker</module>
<module>client</module>
<module>common</module>
<module>sample</module>
<module>dashboard</module>
</modules>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>
Java
1
https://gitee.com/RemoteControl/hotkey.git
git@gitee.com:RemoteControl/hotkey.git
RemoteControl
hotkey
hotkey
master

搜索帮助