use of com.easy.cloud.core.common.log.pojo.dto.EcLogDTO in project dq-easy-cloud by dq-open-cloud.
the class TestRedisService method queryEcLogDTO.
// @EcRedisAnnotation(actionType = EcRedisActionType.QUERY, proxyClass = EcRedisDemoProxy.class)
public EcLogDTO queryEcLogDTO(String id) {
EcLogDTO logDTO = new EcLogDTO();
logDTO.setRequestPath("查询的测试的path");
logDTO = testRedisDAO.queryRequestPath(id);
EcLogUtils.info("查询数据洛", logDTO, logger);
return logDTO;
}
Aggregations