1 Star 0 Fork 1.2K

Jaccy / hotkey

forked from 京东零售 / hotkey 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pom.xml 908 Bytes
Copy Edit Raw Blame History
wuweifeng10 authored 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/sankos/hotkey.git
git@gitee.com:sankos/hotkey.git
sankos
hotkey
hotkey
master

Search