How mix Spring Validator and JSR 303

后端 未结 0 1809
粉色の甜心
粉色の甜心 2021-01-14 04:06

I want to perform a validation both by using annotations and Spring Validator.

Product.java

public class Product {
    private int id;         


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