1

Here I define one field of my pojo file I want to get value from .properties file. And I message is already comming from .properties file

@RegExp(value = "((?=.\d)(?=.[a-z])(?=.[A-Z])(?=.[@#$%]).{6,20})")

private String password;

4

0 回答 0