вот свойство моего приложения
Код: Выделить всё
spring.datasource.jdbcUrl=jdbc:mysql://server:port/database?useUnicode=yes&characterEncoding=UTF-8&rewriteBatchedStatements=true&tinyInt1isBit=false&serverTimezone=PST
Код: Выделить всё
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseEntityManagerFactory' defined in class path resource [xxxx]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided)
.
.
Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided)
.
.
Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided)
Удалили ли поддержку PST и как проверить, когда происходят такие изменения?
Подробнее здесь: https://stackoverflow.com/questions/793 ... l-connecto