Я не могу создать базу данных с весенней загрузкой hibernate и postgresql?
Сообщение об ошибке: HHH000206: свойства hibernate.properties не найдены.
HH000424: отключение создания контекстного большого объекта как метода createClob () сгенерировало ошибку
################### DataSource Configuration ##########################
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5433/postgres
spring.datasource.username=postgres
spring.datasource.password=19931919Minato
################### Hibernate Configuration ##########################
spring.jpa.database-platform = org.hibernate.dialect.PostgreSQL94Dialect
spring.jpa.show-sql = false
spring.jpa.hibernate.ddl-auto = create-drop
spring.jpa.hibernate.naming.implicit-strategy =
org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
spring.jpa.properties.hibernate.format_sql=true