Open dgomesbr opened 9 years ago
Login Page is not redirecting to the login form .
Please refer the screenshots.
I hava the same issue as manikandancvk, do I miss any configuration?
@manikandancvk @webjustin try it over the url http://localhost:8765/ as there is zuul running
@gabac , Thanks for the reply , let me check the it out .
@dgomesbr ,
Yes we could use FeignClient as declarative REST client instead of using RestTemplate. However we still need to provide fallback behaviour so that circuit breaker kicks in.
This is how I think you should be able to use FeignClient
You can find more details at http://www.baeldung.com/spring-cloud-netflix-hystrix
Hey guys, first of all thanks so much for the repo, amazing examples. Second, I'm opening this issue to improve the usage of netflix-oss usage in the examples provided. Take for example the CommentsService.java
Since it's just connecting to the comments-webservice could we just use the FeignClient?
And in this case should we use Hystrix or not?