Skip to content

Commit

Permalink
ref[storage]: refactor the storage module
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Oct 21, 2023
1 parent c466b5d commit 592523a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void test() throws Exception {
System.out.println(JsonUtils.object2String(resource));
}
//获取所有列表对象
List<StudentResource> list = storage.getList();
var list = storage.getAll();
for (StudentResource resource : list) {
System.out.println(JsonUtils.object2String(resource));
}
Expand Down

0 comments on commit 592523a

Please sign in to comment.