I have an application that I\'m using spring boot and postgres. I\'m getting this error when I try to create a user.
When I run this query on my database, I get the
This could also happen if your mapping file is not defined properly in jpa configuration file. In my case, there was a new line character before (end tag where mapping file is defined) in jpa configuration.