spring-boot-rest-client
spring-boot-rest-client copied to clipboard
A Rest Client for Spring Boot
Seems not to work with Spring Boot 2 (M7): org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is...
As spring-boot-rest-client supports spring-retry and asynchronous requests we can add retry support for for asynchronous requests. What do you think? Can I send a PR with this feature?