We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81e0b9 commit 2a01b39Copy full SHA for 2a01b39
api-service/src/main/java/com/deswaef/netflixexamples/api/reddit/client/RedditResource.java
@@ -5,7 +5,7 @@
5
import org.springframework.web.bind.annotation.RequestMapping;
6
import org.springframework.web.bind.annotation.RequestMethod;
7
8
-@FeignClient(name = "reddit", url = "${com.deswaef.reddit.url}")
+@FeignClient(url = "${com.deswaef.reddit.url}")
9
public interface RedditResource {
10
11
@RequestMapping(method = RequestMethod.GET, value = "/java.json")
0 commit comments