Posts by Samir Silva • 75 points
3 posts
- 
		1 votes1 answer272 viewsQ: Problem with Feign ClientGood afternoon I have a small problem connecting to another API with the feign client, what happens that testing locally works, when I go to production that it simply gives a notfound. Code of Feign… 
- 
		0 votes2 answers121 viewsQ: Doubt about consuming backend with SpringGood morning, I’m looking to start a Spring project with Ionic my goal is to publish the Ionic app in the Google store and consume the backend with Springboot, I know that has to consume this… 
- 
		6 votes2 answers12870 viewsQ: How to consume an external API in Spring BootI have a springboot REST application that needs to extract information from another application. How I make this communication and can extract this data?