Home > Back-end >  Springboot validation calibration parameters how to support group at the same time check and order
Springboot validation calibration parameters how to support group at the same time check and order

Time:12-07

Have a LoginVo bean
There is a phone password, captcha, smsCode four fields
The front login need to phone, smscode these two fields
The backend login need to phone, password and captcha this three fields

Now how to share a LoginVo cases, at the same time support group calibration and order

Now I can realize grouping calibration or order, but at the same time support, for advice
  • Related