Size Annotation in Spring Boot is returning 400 Bad Request

后端 未结 2 2012
余生分开走
余生分开走 2021-01-24 05:06

I am not getting message error while executing @Size annotation in spring boot bean class

below are my files pom.xml



        
2条回答
  •  渐次进展
    2021-01-24 05:35

    Spring Boot 2.3.2 has issues with validation messages, or behaviour changed. Try to downgrade to Spring Boot 2.2.9

提交回复
热议问题