Standby过程中未执行的job会在scheduler重新起来的那一刻,重复执行完成,相当于挂起时候的任务在重启的时候全补回来了。
2021-08-05
<property name="jobDataMap">
<map>
<entry key="anotherBean" value-ref="anotherBean" />
</map>
</property>
报错,显示 Cannot resolve bean 'anotherBean' less... (⌘F1)
Inspection info:Under construction
<map>
<entry key="anotherBean" value-ref="anotherBean" />
</map>
</property>
报错,显示 Cannot resolve bean 'anotherBean' less... (⌘F1)
Inspection info:Under construction
2019-04-11