例如创建课程,且price必须大于0,分三步 1.需要在Course对象中的price加注解 @Min(value = 0,message = "课程价格不能小于0") private Integer pirce