tomcat jetty 启动脚本

来源:互联网 发布:名片制作软件 绿色版 编辑:程序博客网 时间:2024/04/30 16:15

tomcat 启动脚本


clean package -Pdev tomcat:run -Dmaven.tomcat.path=/ -Dmaven.tomcat.port=10080


jetty 启动脚本:

clean package -Pdev -Djetty.port=10080 jetty:run


-Dorg.eclipse.jetty.annotations.maxWait=120

0 0