PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Jak rozwiązać problem org.postgresql.jdbc.PgConnection.createClob() nie jest jeszcze zaimplementowany

Po kilku testach mogłem to rozwiązać. Wygląda na to, że brakowało implementacji Hibernate, więc aby rozwiązać ten problem, dodałem go w pliku gradle.build. Myślałem, że Spring-boot już się tym zajął podczas pobierania JPA, ale się myliłem. Oto moje zaktualizowane zależności z gradle.build:

Zależności
dependencies {

//Spring
//implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
//runtimeOnly 'org.springframework.boot:spring-boot-devtools'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

//Hibernate
implementation 'org.hibernate:hibernate-core:5.4.2.Final'
implementation 'org.hibernate:hibernate-entitymanager:5.4.2.Final'

//Postgres
implementation 'org.postgresql:postgresql:42.2.5.jre7'

//Gson
implementation 'com.google.code.gson:gson:2.8.5'

//Logger
implementation 'log4j:log4j:1.2.17'

}



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Zainstaluj pdo dla postgres Ubuntu

  2. Pobierz dane z PostgreSQL za pomocą Powershell

  3. Lumen - Utwórz połączenie z bazą danych w czasie wykonywania

  4. Pandy zużywają zbyt dużo pamięci z read_sql_table

  5. Jak utworzyć histogram w PostgreSQL