disable advice
This commit is contained in:
parent
bb75029251
commit
f721d3eb98
@ -8,17 +8,13 @@ package ru.ulstu.controller;
|
|||||||
|
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.web.bind.annotation.ControllerAdvice;
|
|
||||||
import org.springframework.web.bind.annotation.ExceptionHandler;
|
import org.springframework.web.bind.annotation.ExceptionHandler;
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
|
||||||
import org.springframework.web.client.HttpServerErrorException;
|
import org.springframework.web.client.HttpServerErrorException;
|
||||||
import ru.ulstu.datamodel.exception.ForecastValidateException;
|
import ru.ulstu.datamodel.exception.ForecastValidateException;
|
||||||
import ru.ulstu.datamodel.exception.TimeSeriesValidateException;
|
import ru.ulstu.datamodel.exception.TimeSeriesValidateException;
|
||||||
import ru.ulstu.datamodel.response.ErrorConstants;
|
import ru.ulstu.datamodel.response.ErrorConstants;
|
||||||
import ru.ulstu.datamodel.response.ResponseExtended;
|
import ru.ulstu.datamodel.response.ResponseExtended;
|
||||||
|
|
||||||
@RestController
|
|
||||||
@ControllerAdvice
|
|
||||||
public class AdviceController {
|
public class AdviceController {
|
||||||
private final Logger log = LoggerFactory.getLogger(AdviceController.class);
|
private final Logger log = LoggerFactory.getLogger(AdviceController.class);
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
2021-04-30T09:32:57.120554;37.13
|
2020-04-30T09:32:57.120554;37.13
|
||||||
2021-05-31T09:32:57.120554;39.89
|
2020-05-31T09:32:57.120554;39.89
|
||||||
2021-06-30T09:32:57.120554;41.6
|
2020-06-30T09:32:57.120554;41.6
|
||||||
2021-07-30T09:32:57.120554;35.39
|
2020-07-30T09:32:57.120554;35.39
|
||||||
2021-08-31T09:32:57.120554;33.46
|
2020-08-31T09:32:57.120554;33.46
|
||||||
2021-09-30T09:32:57.120554;45.42
|
2020-09-30T09:32:57.120554;45.42
|
||||||
2021-10-30T09:32:57.120554;41.99
|
2020-10-30T09:32:57.120554;41.99
|
||||||
2021-11-30T09:32:57.120554;40.93
|
2020-11-30T09:32:57.120554;40.93
|
||||||
2021-12-30T09:32:57.120554;36.07
|
2020-12-30T09:32:57.120554;36.07
|
|
Loading…
Reference in New Issue
Block a user