0
I made an apirest with Springboot that works perfectly by the browser at the address.
http://localhost:8080/pessoas_escalas
I can consume the service locally by the Android Studio emulator, through the address set in Retrofit.
.baseUrl("http://10.0.2.2:3000/")
In this sense, I would like to read the Json that is locally, by my real device(smartphone). How should I proceed?