jrebel运用
- - 开源软件 - ITeye博客 什么是JRebel. JRebel安装一个javaagent监控系统中的classes和resources文件在工作空间的变化,然后在运行的应用服务器上热加载这些变化,支持下面的这些类型的文件改变:. 改变Java classes文件.. JRebel 是.
plugin> <groupId>org.zeroturnaround</groupId> <artifactId>jrebel-maven-plugin</artifactId> <executions> <execution> <id>generate-rebel-xml</id> <phase>process-resources</phase> <goals> <goal>generate</goal> </goals> </execution> </executions> <configuration> <rebelXmlDirectory>${basedir}/src/main/webapp/WEB-INF/classes</rebelXmlDirectory> </configuration> </plugin>
-noverify -XX:PermSize=128M -XX:MaxPermSize=512M -Drebel.log=d\:\\jrebel\\jrebel.log -Xms512m -Xmx1024m -Drebel.spring_plugin=true