mybatis中LIKE模糊查询

mybatis中对于使用like来进行模糊查询的几种方式: 使用${...}:由于$是参数直接注入的,导致这种写法,大括号里面不能注明jdbcType,不然会报错org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There
相关文章
相关标签/搜索