I want to call an API of the Spring Boot application from the my MVC Spring application. Is Feign Client or RestTemplate better for this API call and Why is it better?
Asked
Active
Viewed 1,859 times
0
-
Refer - https://stackoverflow.com/questions/46884362/what-are-the-advantages-and-disadvantages-of-using-feign-over-resttemplate – charybr Feb 22 '22 at 13:32
-
There is advantages and disadvantages of using feign over RestTemplate. I want to know about the most suitable one for my senario. also I'm not using microservice. – Geeth Feb 23 '22 at 12:44
-
If you are not using microservice architecture, then simple RESTTemplate call should be sufficient. – charybr Feb 24 '22 at 05:08