Posts by rhian lopes • 1 point
2 posts
-
0
votes2
answers322
viewsA: Date problem in spring boot + mysql
Hello In your case, the reason you are returning the date 1 day apart is that your database is configured with the UTC-3 date which is America/Sao_Paulo, that you added to the database connection:…
-
0
votes1
answer64
viewsA: Instance of database connection
I didn’t quite understand your question, but I think I can help you by showing you how I made my connection to my database via JDBC Java. package com.mypet.MyPet.persistence; import…