2-3 是不是不全,少 findAll 部分的内容
/** * 返回所有用户列表 * @return 所有用户列表 */ public Collection<User> findAll(){ return repository.values(); }