Maven Jetty 插件的一些用法

Maven命令 jetty:run

在Eclipse里,运行的时候maven jetty插件时,如果要开启JPDA,需要在JRE tab的VM参数框里加上这行:

-Xdebug -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n

猜你喜欢

转载自zpq2004.iteye.com/blog/2090914