You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/08/16 03:10:08 UTC

[GitHub] [servicecomb-java-chassis] chenchanglong1997 removed a comment on issue #2503: pojo类的属性定义@notblank ,controller 层使用@Validated注解

chenchanglong1997 removed a comment on issue #2503:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2503#issuecomment-899182123


   > “不生效” 的含义是什么?能给一个具体例子吗?
   
   public class Student {
       @NotBlank
       String name;
       @NotNull
       int age;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org