Posts by carolinaM • 1 point
2 posts
-
0
votes1
answer398
viewsA: Spring Boot error with time zone
I managed to solve it this way: spring.datasource.url= jdbc:mysql://localhost:3306/demo_mvc? useTimezone=true&serverTimezone=Utc&createdatabaseifnotexist=true spring.datasource.username=…
-
-1
votes1
answer398
viewsQ: Spring Boot error with time zone
Hello, when I run the program spring gives this error: java.sql.Sqlexception: No Timezone Mapping entry for 'Timezone'. My question is how I put useTimezone=true&serverTimezone=UTC in my…