【MyBatis Exception】@Param注解List参数。Parameter ‘tigerList‘ not found Available parameters
在 3.4.1 版本之前,如果没有给接口中 List 类型的参数使用 @Param 注解指定一个具体的名字,那么在 collection 属性中默认可以使用 collection 或 list 来引用这个 list 集合。这一点可以通过异常信息看出来:
Parameter 'tigerList' not found. Available parameters are [arg0, collection, list]