Closed kj84park closed 2 years ago
When a message is entered into the controller, The controller calls the following logic to verify the message.
ReqMsgVerifier.validateRegOptionRequest(regOptionRequest);
We expect this logic to be improved with Spring Boot Bean Validation.
Spring Boot Bean Validation
Can I take up this issue?
Of course! Thank you!
When a message is entered into the controller, The controller calls the following logic to verify the message.
ReqMsgVerifier.validateRegOptionRequest(regOptionRequest);
We expect this logic to be improved with
Spring Boot Bean Validation
.