3 Star 14 Fork 5

kimmking / research

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
kimmking 提交于 2024-03-28 18:04 . fix a test
<?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>
<groupId>cn.kimmking</groupId>
<artifactId>research</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>research</name>
<description>research-timewindow</description>
<packaging>pom</packaging>
<modules>
<module>cluster</module>
<module>timewindow</module>
<module>qedis</module>
<module>redisbench</module>
<module>qonfig</module>
<module>qodec</module>
<module>juzzle</module>
<!-- <module>bytecode</module>
<module>fsm</module>
<module>agent</module> -->
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.compilerVersion>11</maven.compiler.compilerVersion>
</properties>
<build>
<plugins>
</plugins>
</build>
</project>
1
https://gitee.com/kimmking/research.git
git@gitee.com:kimmking/research.git
kimmking
research
research
master

搜索帮助