I have number of servers and database on each of them. I want to deploy Spring Boot application on each server to get information I need and gather all in presentation layer which would be in Angular.
How should I manage HTTP calls from Angular to Spring Boot ?
Is there any specific approach I should take ? Example would be great.