Đề phòng trường hợp ai đó tìm thấy chủ đề này để tìm kiếm lỗi tương đương postgresql:
java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgConnection.createClob() is not yet implemented.
application.properties:
# disable driver's feature detection
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
# without detection you have to set the dialect by hand
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
BTW:Spring Boot 2.0.0.RELEASE sử dụng phiên bản trình điều khiển postgresql bị hỏng, tôi phải chỉ định 42.2.0 để trình điều khiển được tải xong:
Caused by: java.lang.RuntimeException: Failed to load driver class org.postgresql.Driver in either of HikariConfig class loader or Thread context classloader
CẬP NHẬT 2018-03-01:
Theo vấn đề này, Stacktrace được coi là một cảnh báo và có thể bị bỏ qua
https://github.com/spring-projects/spring-boot/issues/12007#issuecomment-369388646
CẬP NHẬT ngày 13 tháng 3 năm 2018:
Hiện đã có báo cáo lỗi chính thức:https://hibernate.atlassian.net/browse/HHH-12368