<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="D:/SVN/modules/feature/com.wisesoft.parent/com.wisesoft.convert.parent/com.wisesoft.convert.dubbo/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="D:/SVN/modules/feature/com.wisesoft.parent/com.wisesoft.convert.parent/com.wisesoft.convert.dubbo/target/m2e-wtp/web-resources">
<exclude name="/"/>
</dir>
</link>
<link target="/">
<dir name="D:/SVN/modules/feature/com.wisesoft.parent/com.wisesoft.convert.parent/com.wisesoft.convert.dubbo/src/main/webapp">
</dir>
</link>
</web>
</application>
新建一个新maven工程,直接在原有的一个工程上修改的,由于没有删除rebel.xml,导致里面的路径不对。明明新maven工程没有依赖其他jar包,启动却报很多不想关的bean创建失败。
解决方案:删除rebel.xml,重新从svn导入工程,此时rebel.xml指向的路径就是本项目的了。