报错信息:org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'fname' in 'class java.lang.String'
ReflectionException: There is no getter for property named 'fname' in 'class java.lang.String'

 

ReflectionException: There is no getter for property named 'fname' in 'class java.lang.String'

 报错位置:

ReflectionException: There is no getter for property named 'fname' in 'class java.lang.String'ReflectionException: There is no getter for property named 'fname' in 'class java.lang.String'

报错原因是用Sting类型传参数没有写注解,我的是在Maapper.java中没有写注解@Param("fname")!!

相关文章:

  • 2021-08-15
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-11-16
猜你喜欢
  • 2022-02-04
  • 2021-11-03
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2021-07-04
相关资源
相似解决方案