Small formatting fixes.

This commit is contained in:
Christian Rädel 2016-08-23 02:51:49 +02:00
parent 33fc42103a
commit 647d35cafb
6 changed files with 8 additions and 9 deletions

View File

@ -8,7 +8,6 @@ import org.springframework.web.bind.annotation.PathVariable;
@FeignClient(
name = "rest-producer",
url = "http://localhost:9090",
//path = "/greeting/{username}",
fallback = GreetingClient.GreetingClientFallback.class
)
public interface GreetingClient extends GreetingController {