1、pom加入自定义maven路径,解决部分用户下载后maven路径不识别问题
2、pom修改编译打包为1.8 3、去除超过jdk1.8版本的语法
This commit is contained in:
@@ -24,6 +24,7 @@ import org.redkale.source.Flipper;
|
||||
import org.redkale.util.AnyValue;
|
||||
import org.redkale.util.Comment;
|
||||
import org.redkale.util.Sheet;
|
||||
import org.redkale.util.Utility;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.*;
|
||||
@@ -138,7 +139,7 @@ public class TaskQueue<T extends Object> extends BaseService implements Runnable
|
||||
" sort total desc\n" +
|
||||
" limit 10\n" +
|
||||
" return {name: uri,total:total}",
|
||||
Map.of("time", cal.getTimeInMillis()),
|
||||
Utility.ofMap("time", cal.getTimeInMillis()),
|
||||
Count.class);
|
||||
|
||||
Function<List<Count>, List<Integer>> deal = (counts) -> {
|
||||
|
Reference in New Issue
Block a user