You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zlyx 57da2e33a6 update 简化 stream 代码写法 (java 16) xx.collect(Collectors.toList()) => xx.toList() ;
update 简化 instanceof 代码写法 (java 12) 直接在后面定义变量 ;
update 简化 switch 代码写法 (java 12) ;
2 years ago
..
src/main update 简化 stream 代码写法 (java 16) xx.collect(Collectors.toList()) => xx.toList() ; 2 years ago
pom.xml update 优化 !pr277 解决一些细节问题 2 years ago