MyEclipse10 use hot deployment to achieve JRebel

MyEclipse10  use hot deployment to achieve JRebel

Window --Preferences-Tomcat 6.x-JDK-JVM

-noverify - the javaagent: D: \ of JRebel \ jrebel.jar //jrebel.jar the path
 -Drebel.dirs project_loc = $ {} \ WEB- INF \ classes 
 -Drebel.spring_plugin = to true // hot deployment hibernate relevant JAR

-Xms512m -Xmx1024m -XX: PermSize = 128M -XX: MaxPermSize = 256M

 

I used the project did not mybatis, you can try the following. Baidu does not work on their own.

-Drebel.ibatis-plugin -------- hot deployment ibatis related jar

 

Configuration picture

 

 

I used JRebel version 7; JRebel version is too low, when the project deployment Spring error.

JRebel Download: https://pan.baidu.com/s/1BiESnWsGQaUt6NOVGHlRxQ&shfl=sharepset ; password: ri8r

Guess you like

Origin www.cnblogs.com/wuyifeng/p/11720886.html