Posts by Regis Paiva Araujo • 5 points
3 posts
-
0
votes1
answer704
viewsQ: REST API using Spring Boot
How do I bring all the data from an external service using Spring Boot. I have never done this to bring the information. I have created applications using data from a database. I saw some tutorials…
-
0
votes2
answers129
viewsQ: Build error of . jar via command line in Spring Boot/Postgresql
I have an application of Restapi studies and I am using Spring for such purpose. When compiling the jar via command line, this error appears below. I have changed driver version and not solved.…
-
-1
votes1
answer34
viewsQ: Search result via web service
I am building a search application (input) and it should bring the result of a webservice. Example: xhttp.open("POST", "https://www.site.br/api/v1/busca/termo/_pesquisa", true);…