@FeignClient(value="exceptionservice")
public static interface WebClientExceptionTests.TestFeignInterfaceWithException
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
shouldFailToConnect() |
@RequestMapping(method=GET,
value="/")
org.springframework.http.ResponseEntity<String> shouldFailToConnect()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.