Error: The server time zone value 'Hora est. Pac fico, Sudam ric' is unrecognized or represents more than one time zone
Spring Boot Project Local con Mysql
Solución set en properties :
spring.datasource.url=jdbc:mysql://localhost:3306/mydb?serverTimezone=UTC
O en mysql set variable por linea de comandos:
SET GLOBAL time_zone = '-3:00';