Gaurav Singh

Results 3 comments of Gaurav Singh

hi @littleGiant-28 , were you able to do it?

Getting the same issue while doing an POST Request! `@FeignClient(name = "redis-service") public interface RedisProxy { @PostMapping(value = "redis/storeAuthSession", consumes = MediaType.APPLICATION_JSON_VALUE) void storeAuthSessionData(@RequestBody AuthSessionData authSessionData); }` ` org.springframework.boot spring-boot-starter-parent...