From 50c4ec2d203a25ef25c23067263dc4131d210b03 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Thu, 30 May 2019 11:32:44 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Storm=E4=B8=89=E7=A7=8D=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=96=B9=E5=BC=8F=E5=AF=B9=E6=AF=94=E5=88=86=E6=9E=90?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Storm三种打包方式对比分析.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/Storm三种打包方式对比分析.md b/notes/Storm三种打包方式对比分析.md index f27349d..dfe06cb 100644 --- a/notes/Storm三种打包方式对比分析.md +++ b/notes/Storm三种打包方式对比分析.md @@ -82,7 +82,7 @@ maven-assembly-plugin是官方文档中介绍的打包方法,来源于官方 - maven-assembly-plugin会把所有的依赖一并打包到最后的JAR中; - 需要排除掉Storm集群环境中已经提供的Storm jars。 -所以采用maven-assembly-plugin进行打包时候,配置应该如下: +所以采用maven-assembly-plugin进行打包时,配置应该如下: ### 1. 基本配置