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