From c062586c7e59b53c27e6a5b3655e3a7ce0b80673 Mon Sep 17 00:00:00 2001 From: zengqiao Date: Fri, 10 Feb 2023 16:51:32 +0800 Subject: [PATCH] =?UTF-8?q?[Optimize]=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8&?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=9A=84=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kafka-manager-springboot-distribution.xml | 63 ------------------- 1 file changed, 63 deletions(-) delete mode 100755 km-rest/src/main/resources/distribution/kafka-manager-springboot-distribution.xml diff --git a/km-rest/src/main/resources/distribution/kafka-manager-springboot-distribution.xml b/km-rest/src/main/resources/distribution/kafka-manager-springboot-distribution.xml deleted file mode 100755 index 51c9a632..00000000 --- a/km-rest/src/main/resources/distribution/kafka-manager-springboot-distribution.xml +++ /dev/null @@ -1,63 +0,0 @@ - - assembly - - tar - zip - - - - src/main/resources/bin - bin - - control.sh - start.bat - - 0755 - - - src/main/resources - config - - *.properties - *.xml - *.yml - env/dev/* - env/qa/* - env/uat/* - env/prod/* - - - - target - lib - - - kafka-manager-web*.jar - - - - *sources.jar - - - - src/main/resources - logs - 0755 - - **/* - - - - - \ No newline at end of file