異常日志:
org.quartz.ObjectAlreadyExistsException: Unable to store Job : 'DEFAULT_JOB_GROUP_NAME.0_notify_merchant', because one already exists with this identification.
結果:導致項目啟動時,spring啟動了兩次,重復排查發現是,controller映射地址重復
如圖
當映射地址重復時,會導致spring重復進行映射,進行二次加載,從而項目啟動失敗