Skip to content

Commit 2a01b39

Browse files
committed
name was not yet available in 1.0.7.RELEASE
1 parent e81e0b9 commit 2a01b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-service/src/main/java/com/deswaef/netflixexamples/api/reddit/client/RedditResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import org.springframework.web.bind.annotation.RequestMapping;
66
import org.springframework.web.bind.annotation.RequestMethod;
77

8-
@FeignClient(name = "reddit", url = "${com.deswaef.reddit.url}")
8+
@FeignClient(url = "${com.deswaef.reddit.url}")
99
public interface RedditResource {
1010

1111
@RequestMapping(method = RequestMethod.GET, value = "/java.json")

0 commit comments

Comments
 (0)