parent
fca424a84e
commit
45c8f0a8ff
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue