Hide the entity/model class field value in SpringBoot app
Introduction: It's easy to hide the field value from the REST API call using the annotation JsonIgnore, all you need is the field that you want to hide the variable/field. Let's take an example UserCredentials java class below:
package com.example.re...
sandeepbegudem.hashnode.dev2 min read