From a1577453c3504cab647285f81af930bb98748cd0 Mon Sep 17 00:00:00 2001 From: ThinkGem Date: Thu, 28 Jun 2018 18:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20init-data.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/bin/init-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/bin/init-data.sh b/web/bin/init-data.sh index aaa8f051..cfc154ec 100644 --- a/web/bin/init-data.sh +++ b/web/bin/init-data.sh @@ -29,4 +29,4 @@ read -s -n1 -p "请按任意键继续 ... " echo "" cd .. -mvn test -Dtest=com.jeesite.test.InitCoreData -U +mvn test -Dmaven.test.skip=false -Dtest=com.jeesite.test.InitCoreData -U