摘要: 1.首先基本参数校验实现。 包含3步:DTO层,WEB层,全局异常捕获层。 1.1 DTO层。@NotNull @NotEmpty等 @Data public class GnssMonitorPointCreateCmd { @NotEmpty(message = "测站名字不能为空") @Api 阅读全文
posted @ 2020-06-11 15:22 小拓同学 阅读(882) 评论(0) 推荐(0) 编辑