Posts by Binyamin Ely • 1 point
2 posts
-
0
votes0
answers36
viewsQ: How to return a stream id?
I need to get the ID inside the findById, but I don’t understand how I can do it in stream. @Override public void run(String... args) throws Exception { //TODO ler argumentos com data e workflow de…
-
-2
votes2
answers900
viewsQ: Return JSON from API with parameter
Hello, I have a service that consumes the Openweather API. There is a list of cities registered in the view layer. Where you can see the weather forecast for each city by clicking on the 'forecast'…