##下載 jrebel6.0.0.zip 解壓到任意目錄java
##eclipse 配置:spring
window->preferences->tomcat->jdk 設置java VM arguments :tomcat
-noverify -javaagent:D:\jrebel6.0.0\jrebel.jar -Drebel.spring_plugin=true -Drebel.mybatis_plugin=true -Xms512m -Xmx512m -XX:MaxNewSize=512m -XX:MaxPermSize=512m
##tomcatmybatis
刪除 context.xml 下的 reloadable="true"eclipse
或在eclipse的配置用關閉autodeploycode