how to use a jsonb (Postgres) with spring data jdbc?
Caused by: org.postgresql.util.PSQLException: ERROR: column "extradata" is of type jsonb but expression is of type character varying Dica: You will need to rewrite or cast the expression.
Comment From: wilkinsona
Spring Data JDBC is managed as a separate project. You can learn how to get some help in this section of the project’s README.