1.jdk的配置
-noverify -javaagent:G:\joesmart\jrebel.jar
-Drebel.allow_bytecode_proxy=true
-Drebel.spring_plugin=true
-Drebel.struts1-plugin=true
2.创建 rebel.xml配置文件.
<?xml version="1.0" encoding="UTF-8"?> <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd"> <classpath> <dir name="F:/workspaces/v2/generalAlarm/WebRoot/WEB-INF/classes"> </dir> </classpath> </application>

本文介绍了如何配置JDK以使用JRebel插件,并详细展示了rebel.xml配置文件的设置方法,包括指定代理及启用相关插件等。
1117

被折叠的 条评论
为什么被折叠?



