Don't make the SAME http request to a service using RestTemplate and instead cache the response somewhere without using a DB?
Problem
- I don\'t want to make the same http request from my Spring Boot application using RestTemplate to a backend service because the response wi
相关标签: