PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Postgres:Nessun driver adatto trovato per jdbc

Cambia posgresql a postgresql .

jdbc:posgresql://localhost:5432/postgres

diventa:

jdbc:postgresql://localhost:5432/postgres

Si prega di notare il carattere 't ' in posizionet gresql