How to integrate localhost rest API in servlet application?
I have two applications which are running in different environments. One application is Spring Boot rest API and second is servlet application. So I want to call Spring Boot rest localhost API in the servlet application.