更新pom

This commit is contained in:
2023-03-23 15:55:46 +08:00
parent b9e8286e38
commit 6b46e608c8
4 changed files with 63 additions and 5 deletions

View File

@ -16,4 +16,9 @@ public final class Main {
JSON.toJSONString(map);
}
public void printOne(String a) {
System.out.println("我是参数" + a);
System.out.println("我是通知");
}
}