我今天发生了No qualifying bean of type,经过一番苦查,原来是Mapscan配置冲突导致的

我在启动类上配置了  @MapperScan("org.xxx.xxx.daos.**.mapper")

同时使用了Mybatis Plus的配置

mybatis-plus:
mapper-locations: classpath*:/mapper/**Mapper.xml

我的Mybatis Plus为3.3.2版本

相关文章:

  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-04-30
  • 2021-07-08
  • 2021-10-01
  • 2021-09-05
猜你喜欢
  • 2021-08-08
  • 2021-09-04
  • 2021-12-18
  • 2021-08-04
  • 2021-04-09
  • 2021-11-14
  • 2021-09-09
相关资源
相似解决方案