上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: @ Service("snapshotService") @Slf4j public class SnapshotServiceImpl implements SnapshotService { @ Autowired private RestHighLevelClient restHighLeve 阅读全文
posted @ 2024-11-17 11:00 一曲微茫 阅读(29) 评论(0) 推荐(0)
摘要: AddIndecPatternRequest有三个属性,IndexPatternItem, departmentIndexPatternDTOList, userIndexPatternDTOList IndexPatternItem有4个属性,id,indexPatternName,应用名称app 阅读全文
posted @ 2024-11-15 16:39 一曲微茫 阅读(14) 评论(0) 推荐(0)
摘要: AllIpAddressCheckRequest 类只有一个属性,List ipAddressList,AllIpAddressCheckResponse 类有两个属性,Boolean result和HashMap<String,Boolean> map,RespUtils定义如下public cl 阅读全文
posted @ 2024-11-15 15:21 一曲微茫 阅读(10) 评论(0) 推荐(0)
摘要: @Override @Transactional(rollbackFor = Exception.class) public AddIndexPatternResponse newIndexPattern(AddIndexPatternRequest request) { IndexPatternI 阅读全文
posted @ 2024-11-15 14:31 一曲微茫 阅读(18) 评论(0) 推荐(0)
摘要: import com.google.common.collect.Maps; import lombok.extern.slf4j.Slf4j; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; i 阅读全文
posted @ 2024-11-15 10:33 一曲微茫 阅读(18) 评论(0) 推荐(0)
摘要: public class IpCheckService{ @Async(value="asyncIpCheckExecutor") public void asyncIpCheck(String ipAdress,Map<String,Boolean> map,CountDownLatch latc 阅读全文
posted @ 2024-11-15 10:30 一曲微茫 阅读(11) 评论(0) 推荐(0)
摘要: public class Titan Exception extends RuntimeException{ public TitanException(){ super();} public TitanException(String message){ super(message);} publ 阅读全文
posted @ 2024-11-15 10:22 一曲微茫 阅读(9) 评论(0) 推荐(0)
摘要: public class RespUtils{ private static final Logger log=LoggerFactory. getLogger(RespUtils. class); private RespUtils(){ } public static void setSucce 阅读全文
posted @ 2024-11-15 10:20 一曲微茫 阅读(12) 评论(0) 推荐(0)
摘要: @Override public QueryIndexPatternResponse queryIndexPatternByDepartmentId(QueryIndexPatternRequest request) { QueryDepartmentIndexPatternResponse res 阅读全文
posted @ 2024-11-15 10:10 一曲微茫 阅读(29) 评论(0) 推荐(0)
摘要: public Department getDepartmentById(String departmentId){ if(StringUtils.isEmpty(departmentId)){ return null; } Example example=new Example(Department 阅读全文
posted @ 2024-11-15 09:30 一曲微茫 阅读(67) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页