Added missing import

This commit is contained in:
Marcin Grzejszczak
2019-10-21 15:57:00 +02:00
parent 6a07a3417d
commit e9df7a844b

View File

@@ -92,6 +92,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.HttpClientErrorException;
import org.springframework.web.client.RestTemplate;
import org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException;
import org.springframework.web.reactive.function.client.WebClient;
import static org.assertj.core.api.Assertions.fail;