REM:
1.  更新代码检测问题
This commit is contained in:
HuangXin 2021-10-29 12:21:14 +08:00
parent fca424a84e
commit 45c8f0a8ff
2 changed files with 2 additions and 4 deletions

View File

@ -241,7 +241,7 @@ public class RestfulInterface {
return createRespType(subClass); return createRespType(subClass);
} }
}); });
} catch (JsonProcessingException e) { } catch (Exception e) {
log.error("System exception: Request:{}, \n+++{}\n---{} Exception {}", url, reqJson, svrResp, e); log.error("System exception: Request:{}, \n+++{}\n---{} Exception {}", url, reqJson, svrResp, e);
return null; return null;
} }

View File

@ -1,6 +1,5 @@
package com.dispose.task; package com.dispose.task;
import com.dispose.common.DisposeConfigValue;
import com.dispose.config.DeviceLogConfigure; import com.dispose.config.DeviceLogConfigure;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.scheduling.annotation.Async; import org.springframework.scheduling.annotation.Async;
@ -8,11 +7,10 @@ import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import javax.annotation.Resource; import javax.annotation.Resource;
import java.util.ArrayList;
import java.util.List;
/** /**
* The type Refresh config. * The type Refresh config.
*
* @author xajhu * @author xajhu
*/ */
@Component @Component