Sollte der JDBC Treiber bei der Verbindung zur lokalen MYSQL Datenbank den folgenden Fehler werfen:
„The server time zone value ‚Mitteleuropäische Zeit‘ 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.“
So hilft ein kleiner Zusatz zur URL bei der Lösung:
jdbc:mysql://localhost/DB_NAME?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
gefunden auf: https://stackoverflow.com/questions/26515700/mysql-jdbc-driver-5-1-33-time-zone-issue