jrebel破解版
场景:JRebel破解版暖部署安装
JRebel破解版热部署安装
Maven下使用JRebel热部署安装,
此安装方式主要是设置服务器的启动参数设置,请右击项目名称 — > Run As — >Run Configuration — > 选择相应的服务器— >Arguments — > 在 VM arguments 输入如下参数:
-noverify -javaagent:F:/workspace/agent/target/tomcat/jrebel.jar
-Drebel.dirs=F:/workspace/agent/target/agent/WEB-INF\classes
-Drebel.spring_plugin=true
-Drebel.struts2-plugin=true
-Xms512m -Xmx1024m
上述参数的相关说明:
-javaagent: 这个是你使用的 javaRebel(jRebel) 的 jar 包的路径,注意其中的斜线方向。
-Drebel.dirs :这个是你要监控的项目的 class 文件路径
JRebel破解版热部署安装
Maven下使用JRebel热部署安装,
此安装方式主要是设置服务器的启动参数设置,请右击项目名称 — > Run As — >Run Configuration — > 选择相应的服务器— >Arguments — > 在 VM arguments 输入如下参数:
-noverify -javaagent:F:/workspace/agent/target/tomcat/jrebel.jar
-Drebel.dirs=F:/workspace/agent/target/agent/WEB-INF\classes
-Drebel.spring_plugin=true
-Drebel.struts2-plugin=true
-Xms512m -Xmx1024m
上述参数的相关说明:
-javaagent: 这个是你使用的 javaRebel(jRebel) 的 jar 包的路径,注意其中的斜线方向。
-Drebel.dirs :这个是你要监控的项目的 class 文件路径