NutzWk的bootstrap分支,已经可以通过内置jetty。所以不一定要部署在tomcat中哦,启动类为:org.nutz.web.WebLauncher端口可以在配置文件:src/main/resources/web.properties 中更改,默认端口为8080
附上启动脚本
mvn clean compile exec:java -Dexec.mainClass="org.nutz.web.WebLauncher" -Dmave.test.skip=true
mark~~