Jrebel 启动多模块项目报错

遇到的问题:
我别的项目都正常可以用jrebel启动.新项目 用idea自带的启动工具可以启动,但是用Jrebel启动报错.

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilterFactoryBean'

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authorizationAttributeSourceAdvisor'

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager'

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'shiroRealm':

不知道什么情况,别的项目都没问题.