1 Star 1 Fork 2

lizhibin7530/kafka-eagle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 908 Bytes
一键复制 编辑 原始数据 按行查看 历史
smartloli 提交于 2020-07-07 23:48 . add master quartz
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.smartloli.kafka.eagle</groupId>
<artifactId>kafka-eagle</artifactId>
<packaging>pom</packaging>
<version>2.0.1</version>
<name>ke</name>
<url>https://repo.spring.io/libs-snapshot/</url>
<properties>
<project.version>2.0.1</project.version>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>kafka-eagle-common</module>
<module>kafka-eagle-api</module>
<module>kafka-eagle-web</module>
<module>kafka-eagle-core</module>
<module>kafka-eagle-plugin</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lizhibin7530/kafka-eagle.git
[email protected]:lizhibin7530/kafka-eagle.git
lizhibin7530
kafka-eagle
kafka-eagle
master

搜索帮助