Posts by raeski • 23 points
3 posts
-
1
votes2
answers56
viewsQ: Search string inside Java list
I have an array with information from several movies, and I need to get the name of the films regardless of whether they are Uppercase or Lowercase, and I need for example, when fetching the name…
-
0
votes0
answers47
viewsQ: Request for Resttemplate spring
I am trying to make a request for a get type starWars api to the following url = https://swapi.dev/api/planets/3 The codes stayed that way: @Log4j2 public class SpringClient { public static void…
-
0
votes0
answers22
viewsQ: Hide div without giving Reload
Good afternoon, I need to make a click Function without the browser being updated const show = document.querySelectorAll('.show_button') const selector = document.querySelector('.information') for…