安装 run-jetty-run 插件

1. 下载 run-jetty-run 

2. 解压至 Eclipse/MyEclipse 安装目录下的 plugin

3. 右键 web 项工程,选择 Run Configurations,选择 Jetty Webapp, 然后点击左上方的新建按钮。可以修改 Port 和 Context 参数。点击 Run 启动 jetty 运行工程。

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

 

使用 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

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

 

相关文章:

  • 2022-01-10
  • 2022-12-23
  • 2021-08-27
  • 2021-10-15
  • 2021-04-02
  • 2021-07-14
  • 2022-12-23
猜你喜欢
  • 2021-06-25
  • 2021-11-16
  • 2021-04-13
  • 2021-12-24
  • 2021-06-13
  • 2021-09-15
  • 2021-12-21
相关资源
相似解决方案