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

報錯信息:org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'fname' in 'class java.lang.String'    報錯位置: 報錯原因是用Sting類型傳參數沒有寫註解,我的是在Maapper.java中沒有寫註解@Param("fname")!!
相關文章
相關標籤/搜索