LoginSignup
3

More than 5 years have passed since last update.

Spring Boot + Spring Data JPA + PostgreSQL の環境で Tomcat を起動すると、"java.sql.SQLFeatureNotSupportedException: org.postgresql.jdbc4.Jdbc4Connection.createClob() メソッドはまだ実装されていません。" というログが出力される

Posted at

src/main/resources の下に hibernate.properties というファイルを作成し以下の内容を記述すれば、ログが出力されなくなります。

hibernate.properties
hibernate.jdbc.lob.non_contextual_creation = true

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3