Mybatis出现ReflectionException: Error instantiating interface com.li.dao.StudentMapper with invalid types () or values ()

问题:今天进行mybatis做联表查询,出现了一个问题(如图所示)

Mybatis出现ReflectionException: Error instantiating interface com.li.dao.StudentMapper with invalid types () or values ()

   

  问题描述的是接口映射的类型或者是值不合法,原来是我的别名出了问题!

   

 Mybatis出现ReflectionException: Error instantiating interface com.li.dao.StudentMapper with invalid types () or values ()

   

Mybatis出现ReflectionException: Error instantiating interface com.li.dao.StudentMapper with invalid types () or values ()

 

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2021-10-21
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2021-05-02
  • 2022-12-23
  • 2022-02-16
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案