Eu não consegui instalar MariaDB, então estou usando MySQL, quando aplicação foi se conectar com o banco seguindo instrução do vídeo em https://cursos.alura.com.br/course/spring-mvc-thymeleaf-bootstrap/task/80871 apareceu um erro de time zone no log do Eclipse e a aplicação não funcionou.
Erro: java.sql.SQLException: The server time zone value 'Hora oficial do Brasil' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
Como resolvo esse problema?