eclipse里修改 Goals值
Tomcat
-Dmaven.tomcat.port=8080 tomcat:run
Jetty
-Djetty.port=8081 jetty:run
mvn -Djetty.port=8081 jetty:run
mvn jetty:run
eclipse里修改 Goals值
Tomcat
-Dmaven.tomcat.port=8080 tomcat:run
Jetty
-Djetty.port=8081 jetty:run
mvn -Djetty.port=8081 jetty:run
mvn jetty:run