项目报错
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name ‘dplDataSource’ defined in class path resource [com/dp/config/DplDataSource.class]: factory-bean reference points back to the same bean definition

Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition w
原因:类名与方法名重复,将类名由DplDataSource修改为DplDataSourceConfig即可。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-07-21
  • 2021-05-21
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-08
  • 2022-12-23
  • 2022-03-09
  • 2021-07-20
  • 2021-07-01
  • 2021-09-19
相关资源
相似解决方案