摘要: 创建流 /** * 创建流 */ @Test public void testOne() { List<Author> authorList = new ArrayList<>(); authorList.add(Author.builder().id(1).name("小白").address(" 阅读全文
posted @ 2022-10-17 23:26 板凳哲学家 阅读(72) 评论(0) 推荐(0)