Eclipse - 安装 run-jetty-run 插件及使用 jrebel 热部署

安装 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:\jrebel\jrebel-5.5.2-crack\jrebel.jar

 

posted on 2016-03-15 15:44  huey2672  阅读(797)  评论(0编辑  收藏  举报