From 378bec08f2c24ecbf8748d0bcb0287473de38884 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 11 Jul 2018 23:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E4=BA=86=E9=98=B2=E6=AD=A2=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E6=95=B0=E6=8D=AE=E8=A1=A8=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AF=AF=E8=BF=90=E8=A1=8C=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20-Djeesite.initdata=3Dtrue=20=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BD=9C=E4=B8=BA=E6=A0=A1=E9=AA=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/bin/init-data.bat | 2 +- web/bin/init-data.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/bin/init-data.bat b/web/bin/init-data.bat index 8483bb65..c65826d3 100644 --- a/web/bin/init-data.bat +++ b/web/bin/init-data.bat @@ -36,6 +36,6 @@ echo. cd %~dp0 cd .. -call mvn test -Dmaven.test.skip=false -Dtest=com.jeesite.test.InitCoreData -U +call mvn test -Dmaven.test.skip=false -Dtest=com.jeesite.test.InitCoreData -Djeesite.initdata=true -U pause \ No newline at end of file diff --git a/web/bin/init-data.sh b/web/bin/init-data.sh index cfc154ec..30814c32 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 -Dmaven.test.skip=false -Dtest=com.jeesite.test.InitCoreData -U +mvn test -Dmaven.test.skip=false -Dtest=com.jeesite.test.InitCoreData -Djeesite.initdata=true -U