修改nms上报的信息中date类型spring自动加8小时的问题

This commit is contained in:
renkaige
2018-10-31 10:33:08 +08:00
parent f7810022d3
commit adaa53ebd1
5 changed files with 41 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ public class NmsInfoController extends BaseRestController {
Constants.IS_DEBUG ? nmsDiRuleList : null);
}
@RequestMapping(value = "/nms/v1/rafficNetflowPortInfo", method = RequestMethod.POST)
@RequestMapping(value = "/nms/v1/trafficNetflowPortInfo", method = RequestMethod.POST)
@ApiOperation(value = "存储trafficNetflowPortInfo接口", httpMethod = "POST", response = Map.class, notes = "接收NMS系统上报的trafficNetflowPort信息")
@ApiParam(value = "存储trafficNetflowPortInfo接口", name = "saveTrafficNetflowPortInfo", required = true)
public Map<String, Object> saveTrafficNetflowPortInfo(

View File

@@ -16,7 +16,6 @@ import org.springframework.web.bind.annotation.RestController;
import com.nis.domain.LogEntity;
import com.nis.domain.Page;
import com.nis.domain.restful.DkBehaviorLog;
import com.nis.domain.restful.NtcAppLog;
import com.nis.domain.restful.NtcBgpLog;
import com.nis.domain.restful.NtcDdosLog;