Posts by Airton Lira jr • 33 points
4 posts
-
0
votes0
answers519
viewsQ: I am consuming an API with basic Authentication oauth and returns: Incorrect request (400)
Talk, you guys! Next, I developed an api in spring boot and already tested with Postman and it works normally, its security is a very basic oauth authentication. Now I’m testing in an application in…
-
2
votes1
answer1361
viewsQ: Repository not found when starting Springboot
I am running my spring boot project with mysql connection and is giving the following failure: Description: Field er in com.eventoapp.controllers.Eventocontroller required a bean of type…
-
1
votes0
answers37
viewsQ: Read string explicitly as an Array - PHP
Next I need to transform the string below into a multidimensional vector: $tesste = "[ ['Faturamento', 32000, '2017-05-23',[ 'Tes-OBI' => 'TESTE']],['Faturamento', 50000, '2017-05-24',[ 'Tes-OBI'…
-
0
votes0
answers273
viewsQ: Faster API REST - PHP
Good morning Stack overflow!! Next, I’m doing an integration with my bank Sql server of an APIRest, where I pass the information I want in the URL and receive the content as json, however, I perform…