From d0e05e4a2d24de510a1258a8eb73bf4a1a0f65f4 Mon Sep 17 00:00:00 2001 From: Shaun Chyxion Date: Tue, 30 Mar 2021 23:06:57 +0800 Subject: [PATCH] update deploy classes --- deploy_classes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_classes.sh b/deploy_classes.sh index 88c283fb..0591b087 100755 --- a/deploy_classes.sh +++ b/deploy_classes.sh @@ -72,7 +72,7 @@ echo "JAR [$JAR] found" zip -d $JAR \ BOOT-INF/lib/* \ META-INF/* \ -org/* +org/springframework/* if [ "$2" == "test" ]; then echo "Deploy test."