Persisting JSON with Spring Data
Basically every modern database system has its own data type to persist JSON. Using this type ensures correct formatting of the input, as well as other advantages such as faster I/O. How can we add JSON fields to our entities in Bootify?
With Hiberna...
bootifyio.hashnode.dev2 min read