Posts by Diego Santos • 31 points
2 posts
-
0
votes0
answers844
viewsQ: Whitelabel Error Page
Hello, I am trying to make a spring boot application with access to mysql database using Jdbctemplate and when I try to access via url the database data always returns me the error: Whitelabel Error…
-
3
votes3
answers1826
viewsQ: Object search/registration via REST url and registration with SPRING
I’m new to REST and Spring. I am doing an exercise where I have to search a client via url and return (GET) it in JSON format and insert(POST) a client in JSON format. To search for sera in the…