How to encrypt fields present in the class annotated with @Entity annotation in spring boot application

后端 未结 0 1467
终归单人心
终归单人心 2020-12-22 02:56
 @Entity("client")
 public class Client{
     @column("client_name")
     private String clientName;
    //setter and getters
 }

相关标签:
回答
  • 消灭零回复
提交回复
热议问题