Проблем при свързването на maven spring проект с база
Здравейте. Когато стартирам проекта излиза следното нещо. Някой ма ли идея къде може да бъде проблема?
HikariPool-1 - Starting...
HHH000342: Could not obtain connection to query metadata : Driver com.mysql.cj.jdbc.Driver claims to not accept jdbcUrl, "jdbc:mysql://localhost:3306/spring_book_shop/serverTimezone=UTC"
HikariPool-1 - Starting...
Invocation of destroy method failed on bean with name 'entityManagerFactory': javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is java.lang.RuntimeException: Driver com.mysql.cj.jdbc.Driver claims to not accept jdbcUrl, "jdbc:mysql://localhost:3306/spring_book_shop?createDatabaseIfNotExist=true&serverTimezone=UTC"