ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

【MyBatis Exception】@Param注解List参数。Parameter ‘tigerList‘ not found Available parameters

2026/8/10 14:00:27 拓冰建站 浏览量
【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]