文件引用定时器配置注解,从@PropertySource改成@ImportResource,错误就没了,原因不明,待探究!
@PropertySource(value ="classpath:/scheduling-config.xml")
改成
@ImportResource(value ="classpath:/scheduling-config.xml")
文件引用定时器配置注解,从@PropertySource改成@ImportResource,错误就没了,原因不明,待探究!
@PropertySource(value ="classpath:/scheduling-config.xml")
改成
@ImportResource(value ="classpath:/scheduling-config.xml")