The bean '****', defined in class path resource [quartz-config.xml], could not be registered. A bean with that name has already been defined in file****

  出现类似错误,只需要在配置文件添加如下配置,即可解决

  .properties格式

spring.main.allow-bean-definition-overriding=true

  .yml格式

spring:
  main:
    allow-bean-definition-overriding: true

  

posted @ 2020-12-02 14:46  低调码农哥!  阅读(1182)  评论(0编辑  收藏  举报