maven + tomcat插件 + jrebel热部署

    jrebel 破解版下载:http://download.csdn.net/detail/huoyunshen88/6941357
    
    两种方式实现热部署,一种是eclipse marketing 中下载jrebel插件,需要liscense 注册,一种是下载jrebel 破解插件,解压到指定目录,
    在 eclipse ,debug configurations -> maven build -> 具体的项目下 -> JRE -> VM arguments
    配置maven启动参数:
    
    -noverify -javaagent:E:\work\eclipse-jee-juno-SR2-win64\jrebel5.1.2\jrebel.jar  
    -Drebel.spring_plugin=true 

你可能感兴趣的:(maven + tomcat插件 + jrebel热部署)