安装 run-jetty-run 插件
1. 下载 run-jetty-run
2. 解压至 Eclipse/MyEclipse 安装目录下的 plugin
3. 右键 web 项工程,选择 Run Configurations,选择 Jetty Webapp, 然后点击左上方的新建按钮。可以修改 Port 和 Context 参数。点击 Run 启动 jetty 运行工程。
使用 jrebel 热部署
1. 下载并解压 jrebel-5.5.2-crack.zip
2. 配置 VM 参数:
-Xms128m -Xmx512m -XX:PermSize=64M -XX:MaxPermSize=128m -Djava.awt.headless=true -Drebel.spring_plugin=true -Drebel.dirs=*/WEB-INFO/classes -noverify -javaagent:E:jrebeljrebel-5.5.2-crackjrebel.jar