From 6fc12e493a5f2f714073f54536e3298f6e0f0f1e Mon Sep 17 00:00:00 2001 From: wentao Date: Sun, 5 Aug 2018 19:08:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E5=BC=95=E5=85=A5starter=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=88po?= =?UTF-8?q?ut=E6=B2=A1=E6=9C=89starter=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/template/_pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/template/_pom.xml b/src/main/resources/template/_pom.xml index 457471a..bb65c2f 100644 --- a/src/main/resources/template/_pom.xml +++ b/src/main/resources/template/_pom.xml @@ -27,6 +27,7 @@ # for (var c in params) { # var starter = params[c]; +# if (c =="pout") continue; # if (starter.enable) { # if (c == "nutzmvc") c = "nutz-mvc"; # else if (c == "nutzdao") c = "nutz-dao"; -- Gitee