昨日坑:用的springboot+mybatis plus,报错bean无法实例化

解决:加了个依赖就好了,虽然也不知道为啥

<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>LATEST</version>
</dependency>



相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2023-01-11
  • 2021-08-19
  • 2021-10-31
  • 2021-05-20
相关资源
相似解决方案