Dealing with JSONB data Type in Micronaut
If you are using micronaut with postgres, one of the issues you must facing is how to save and retrieve JSONB data in micronaut entity. I have to write this blog because as per the official doc using Doesn’t worked for me, I was getting errors like Somehow I was able to save but was…