Small formatting fixes.
This commit is contained in:
parent
33fc42103a
commit
647d35cafb
@ -8,7 +8,6 @@ import org.springframework.web.bind.annotation.PathVariable;
|
|||||||
@FeignClient(
|
@FeignClient(
|
||||||
name = "rest-producer",
|
name = "rest-producer",
|
||||||
url = "http://localhost:9090",
|
url = "http://localhost:9090",
|
||||||
//path = "/greeting/{username}",
|
|
||||||
fallback = GreetingClient.GreetingClientFallback.class
|
fallback = GreetingClient.GreetingClientFallback.class
|
||||||
)
|
)
|
||||||
public interface GreetingClient extends GreetingController {
|
public interface GreetingClient extends GreetingController {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user