When im go to connect to my db i got this error, i try some fixes but nothing works i´m working with spring boot and java8
I try to find a propperty in spring appendix and doesent work i try some change in my application class and still broken
java.sql.SQLException: The server time zone value 'Hora estándar romance' 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.
there are my propperties
spring.banner.location=classpath:banner.txt
spring.banner.image.invert=false
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://localhost:3306/course
spring.datasource.username=root
spring.datasource.password=1111
spring.jpa.show-sql= true
spring.jpa.properties.hibermate.dialect=org.hibernate.dialect.MySQL8Dialect