ReflectionException: There is no getter for property named 'str' in 'class java.lang.String'
在springboot开发中使用了tk.mapper和mybatis-generator,会自动生成相关的dao、mapper、xml、model等文件,并生成相应表的增删改查方法和接口,在dao中会继承我们自定义的通用mapper,所以在生成的dao中如果没有特殊需求,就不会添加多余的方法,所以今天在dao中添加了一个根据传入的字符串参数查询包含该字符串的数据的方法时报了如下错误:
[201...
原创
2019-03-05 10:54:35 ·
1184 阅读 ·
1 评论