标签:Mapper 存储 users get list userId mybatis 过程
在MyBatis中,要想通过调用存储过程返回一个List集合,你需要在Mapper接口中定义一个方法,并使用@Param注解来传递存储过程的参数。同时,你需要在Mapper XML文件中配置相应的
标签:Mapper,
存储,
users,
get,
list,
userId,
mybatis,
过程
From: https://www.cnblogs.com/loopy/p/18502451