I\'m trying to persist an entity in PostgreSQL that uses UUID as primary key. I\'ve tried persisting it as a plain UUID:
@Id @Column(name = \"customer_id\")
Adds this flag on postgresql url connection: ?stringtype=unspecified
like that
jdbc:postgresql://localhost:5432/yourdatabase?stringtype=unspecified