From 7accdcebe2d862995e1b1be21fde5dbf76541f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E4=BC=9F?= Date: Thu, 9 Sep 2021 17:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE,=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dlinux=E4=B8=8Bjar=E5=8C=85=E6=89=BE=E4=B8=8D=E5=88=B0?= =?UTF-8?q?=E4=B8=BB=E7=B1=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/pom.xml | 7 +++++++ executor/src/main/resources/application.properties | 2 +- reader/pom.xml | 7 +++++++ writer/pom.xml | 7 +++++++ 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/executor/pom.xml b/executor/pom.xml index bc1f7e1..1144879 100644 --- a/executor/pom.xml +++ b/executor/pom.xml @@ -48,6 +48,13 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + true diff --git a/executor/src/main/resources/application.properties b/executor/src/main/resources/application.properties index 98f667c..1461a6a 100644 --- a/executor/src/main/resources/application.properties +++ b/executor/src/main/resources/application.properties @@ -16,7 +16,7 @@ xxl.job.executor.logpath=./log/xxl-job/jobhandler ### xxl-job executor log-retention-days xxl.job.executor.logretentiondays=30 -kafka.consumer.servers=172.16.15.29:9092 +kafka.consumer.servers=gitlink_kafka:9092 kafka.consumer.group.id=0 kafka.consumer.auto.offset.reset=earliest kafka.consumer.enable.auto.commit=false diff --git a/reader/pom.xml b/reader/pom.xml index 577800a..270b283 100644 --- a/reader/pom.xml +++ b/reader/pom.xml @@ -37,6 +37,13 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + true diff --git a/writer/pom.xml b/writer/pom.xml index 4c5a87d..f2da6fe 100644 --- a/writer/pom.xml +++ b/writer/pom.xml @@ -39,6 +39,13 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + true