1 Star 2 Fork 2

诗人 / debezium-custom-converter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
debezium-custom-converter-extension.iml 10.17 KB
一键复制 编辑 原始数据 按行查看 历史
诗人 提交于 2024-03-25 14:50 . first commit
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<module version="4" relativePaths="false" type="JAVA_MODULE">
<component name="NewModuleRootManager">
<exclude-output/>
<orderEntry type="inheritedJdk"/>
<!-- output url="file://$$MODULE_DIR$$/${maven.build.dest}"/ -->
<!-- output-test url="file://$$MODULE_DIR$$/${maven.test.dest}"/ -->
<content url="file://$MODULE_DIR$">
<!-- sourceFolder url="file://$$MODULE_DIR$$/${pom.build.sourceDirectory}" isTestSource="false"/ -->
<!-- sourceFolder url="file://$$MODULE_DIR$$/${pom.build.testSourceDirectory}" isTestSource="true"/ -->
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false"/>
<excludeFolder url="file://$MODULE_DIR$/target"/>
</content>
<orderEntry type="sourceFolder" forTests="false"/>
<!-- Next include each dependency:
<orderEntry type="module" module-name="${dep.artifactId}"/>
<orderEntry type="module-library">
<library name="${dep.artifactId}">
<CLASSES>
<root url="jar://${lib.path}!/"/>
</CLASSES>
<JAVADOC/>
<SOURCES/>
</library>
</orderEntry>
-->
<output url="file://$MODULE_DIR$/target/classes"/>
<output-test url="file://$MODULE_DIR$/target/test-classes"/>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/io/debezium/debezium-api/1.9.4.Final/debezium-api-1.9.4.Final.jar!/"/>
</CLASSES>
<SOURCES>
<root url="jar://C:/Users/hb/.m2/repository/io/debezium/debezium-api/1.9.4.Final/debezium-api-1.9.4.Final-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/io/debezium/debezium-connector-mysql/1.9.4.Final/debezium-connector-mysql-1.9.4.Final.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/io/debezium/debezium-core/1.9.4.Final/debezium-core-1.9.4.Final.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar!/"/>
</CLASSES>
<SOURCES>
<root url="jar://C:/Users/hb/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar!/"/>
</CLASSES>
<SOURCES>
<root url="jar://C:/Users/hb/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.2/jackson-datatype-jsr310-2.13.2.jar!/"/>
</CLASSES>
<SOURCES>
<root url="jar://C:/Users/hb/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.2/jackson-datatype-jsr310-2.13.2-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar!/"/>
</CLASSES>
<SOURCES>
<root url="jar://C:/Users/hb/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/io/debezium/debezium-ddl-parser/1.9.4.Final/debezium-ddl-parser-1.9.4.Final.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8.jar!/"/>
</CLASSES>
<SOURCES>
<root url="jar://C:/Users/hb/.m2/repository/org/antlr/antlr4-runtime/4.8/antlr4-runtime-4.8-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/zendesk/mysql-binlog-connector-java/0.25.6/mysql-binlog-connector-java-0.25.6.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar!/"/>
</CLASSES>
<SOURCES>
<root url="jar://C:/Users/hb/.m2/repository/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28-sources.jar!/"/>
</SOURCES>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/org/apache/kafka/connect-api/3.2.0/connect-api-3.2.0.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/org/apache/kafka/kafka-clients/3.2.0/kafka-clients-3.2.0.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/com/github/luben/zstd-jni/1.5.2-1/zstd-jni-1.5.2-1.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/javax/ws/rs/javax.ws.rs-api/2.1.1/javax.ws.rs-api-2.1.1.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
<orderEntry scope="PROVIDED" type="module-library">
<library>
<CLASSES>
<root url="jar://C:/Users/hb/.m2/repository/org/projectlombok/lombok/1.18.16/lombok-1.18.16.jar!/"/>
</CLASSES>
<SOURCES/>
</library>
</orderEntry>
</component>
<component name="ModuleRootManager"/>
<!-- If it's a war project:
<component name="WebModuleProperties">
<containerElement type="module" name="${dep.artifactId}">
<attribute name="method" value="1" />
<attribute name="URI" value="/WEB-INF/classes" />
</containerElement>
<containerElement type="library" level="module" name="${dep.artifactId}">
<attribute name="method" value="1" />
<attribute name="URI" value="/WEB-INF/lib/${dep.systemPath.name}" />
</containerElement>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/${pom.build.warSourceDirectory}/WEB-INF/web.xml" version="" />
<webroots>
<root url="file://$MODULE_DIR$/${pom.build.warSourceDirectory}" relative="/" />
</webroots>
</component>
-->
</module>
Java
1
https://gitee.com/poetHB/debezium-custom-converter.git
git@gitee.com:poetHB/debezium-custom-converter.git
poetHB
debezium-custom-converter
debezium-custom-converter
master

搜索帮助