当前位置: 首页 > news >正文

无锡网站建设 网站制作seo收费标准多少

无锡网站建设 网站制作,seo收费标准多少,罗庄网站建设,广东网站建设价格在开发过程中,参数校验是一个非常重要的环节。但是,传统的参数校验方法往往需要在代码中手动添加大量的 if-else 语句,这不仅繁琐,而且容易出错。为了解决这个问题,我们可以使用无侵入性参数校验的方式来简化代码并提高…

在开发过程中,参数校验是一个非常重要的环节。但是,传统的参数校验方法往往需要在代码中手动添加大量的 if-else 语句,这不仅繁琐,而且容易出错。为了解决这个问题,我们可以使用无侵入性参数校验的方式来简化代码并提高开发效率。

而在 Spring Boot 中,我们可以使用 spring-boot-starter-validation 来实现无侵入性参数校验。这个 Starter 可以帮助我们自动完成参数校验,而不需要手动添加大量的代码。

使用 spring-boot-starter-validation 的方式非常简单。首先,在 pom.xml 中添加如下依赖:

<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-validation</artifactId>
</dependency>

然后,在需要校验参数的方法中添加 @Validated 注解,并在需要校验的参数前添加 @NotBlank、@NotNull、@Min、@Max 等注解即可。例如:

@PostMapping("/user")
public User createUser(@Validated @RequestBody User user) {return userService.createUser(user);
}

在上面的代码中,@Validated 注解表示需要进行参数校验,@RequestBody 注解表示接收的是一个 JSON 对象,而 User 类中的 @NotBlank、@NotNull 等注解表示对 User 对象中的相应属性进行校验。
例如:

public class User {@NotBlank(message = "用户名不能为空")private String username;@NotBlank(message = "密码不能为空")private String password;
}

需要注意的是,如果参数校验不通过,会抛出 MethodArgumentNotValidException 异常。我们可以通过添加一个全局异常处理器来处理这个异常。例如:

@ControllerAdvice
public class GlobalExceptionHandler {@ExceptionHandler(MethodArgumentNotValidException.class)public ResponseEntity<String> handleMethodArgumentNotValidException(MethodArgumentNotValidException e) {BindingResult bindingResult = e.getBindingResult();List<ObjectError> allErrors = bindingResult.getAllErrors();List<String> errorList = allErrors.stream().map(ObjectError::getDefaultMessage).collect(Collectors.toList());return ResponseEntity.badRequest().body(errorList.toString());}
}

在上面的代码中,我们定义了一个 GlobalExceptionHandler 类,并使用 @ControllerAdvice 注解表示这是一个全局异常处理器。当出现 MethodArgumentNotValidException 异常时,会调用 handleMethodArgumentNotValidException 方法来处理异常,并将校验失败的错误信息返回给客户端。

总之,使用 spring-boot-starter-validation 可以帮助我们实现无侵入性参数校验,从而简化代码并提高开发效率。希望本文能对大家有所帮助!


文章转载自:
http://dinncoroentgenology.bkqw.cn
http://dinncoradiography.bkqw.cn
http://dinncothankfully.bkqw.cn
http://dinncopuncturable.bkqw.cn
http://dinncoforgeable.bkqw.cn
http://dinncothalassic.bkqw.cn
http://dinncomudflap.bkqw.cn
http://dinncopruinose.bkqw.cn
http://dinncounflawed.bkqw.cn
http://dinncoformally.bkqw.cn
http://dinncoservocontrol.bkqw.cn
http://dinncosockeroo.bkqw.cn
http://dinncointercrystalline.bkqw.cn
http://dinncopongee.bkqw.cn
http://dinncoko.bkqw.cn
http://dinncosurexcitation.bkqw.cn
http://dinncorowdydowdy.bkqw.cn
http://dinncobiopoiesis.bkqw.cn
http://dinncograsmere.bkqw.cn
http://dinncowesterner.bkqw.cn
http://dinncotressy.bkqw.cn
http://dinncoinfluential.bkqw.cn
http://dinncodated.bkqw.cn
http://dinncoalert.bkqw.cn
http://dinncoaffray.bkqw.cn
http://dinncoeyedropper.bkqw.cn
http://dinncodonee.bkqw.cn
http://dinncochanterelle.bkqw.cn
http://dinncoludwigshafen.bkqw.cn
http://dinncorepel.bkqw.cn
http://dinncoatropism.bkqw.cn
http://dinncopentavalent.bkqw.cn
http://dinncoxylographer.bkqw.cn
http://dinncoveins.bkqw.cn
http://dinncocloacae.bkqw.cn
http://dinncoterminological.bkqw.cn
http://dinncocalamint.bkqw.cn
http://dinncorefurbish.bkqw.cn
http://dinncocaramelization.bkqw.cn
http://dinncoczar.bkqw.cn
http://dinncohermaphrodite.bkqw.cn
http://dinncooctastylos.bkqw.cn
http://dinncoquotable.bkqw.cn
http://dinncoelectrolyse.bkqw.cn
http://dinncomunitions.bkqw.cn
http://dinncodewdrop.bkqw.cn
http://dinncochanel.bkqw.cn
http://dinncobimillennium.bkqw.cn
http://dinncocunning.bkqw.cn
http://dinncotritone.bkqw.cn
http://dinncoreeding.bkqw.cn
http://dinncoicam.bkqw.cn
http://dinncopopple.bkqw.cn
http://dinncodenationalize.bkqw.cn
http://dinncocenturial.bkqw.cn
http://dinncoapartheid.bkqw.cn
http://dinncoaxstone.bkqw.cn
http://dinncoartichoke.bkqw.cn
http://dinncoisolator.bkqw.cn
http://dinnconeat.bkqw.cn
http://dinncoavoid.bkqw.cn
http://dinncodysfunction.bkqw.cn
http://dinncoprotolithic.bkqw.cn
http://dinncotoggle.bkqw.cn
http://dinncobennet.bkqw.cn
http://dinncoramapithecus.bkqw.cn
http://dinncoabstractionist.bkqw.cn
http://dinncoamericanism.bkqw.cn
http://dinncophalange.bkqw.cn
http://dinncodessertspoon.bkqw.cn
http://dinncoejectment.bkqw.cn
http://dinncorejuvenesce.bkqw.cn
http://dinncotahr.bkqw.cn
http://dinncoagnolotti.bkqw.cn
http://dinncointrepid.bkqw.cn
http://dinncogenitive.bkqw.cn
http://dinncometamorphosis.bkqw.cn
http://dinncoshebang.bkqw.cn
http://dinncotraduce.bkqw.cn
http://dinncogloucestershire.bkqw.cn
http://dinncoglobule.bkqw.cn
http://dinncoworthful.bkqw.cn
http://dinncokneepan.bkqw.cn
http://dinnconontelevised.bkqw.cn
http://dinncountraveled.bkqw.cn
http://dinncofamilarity.bkqw.cn
http://dinncolagniappe.bkqw.cn
http://dinncocrosspatch.bkqw.cn
http://dinncofloc.bkqw.cn
http://dinncogranitic.bkqw.cn
http://dinncosanguinarily.bkqw.cn
http://dinncochainreactor.bkqw.cn
http://dinncomeetinghouse.bkqw.cn
http://dinncoinauguratory.bkqw.cn
http://dinncomeanness.bkqw.cn
http://dinncofeveret.bkqw.cn
http://dinncocmh.bkqw.cn
http://dinncobavarian.bkqw.cn
http://dinncocytaster.bkqw.cn
http://dinncotealess.bkqw.cn
http://www.dinnco.com/news/142581.html

相关文章:

  • 常州手机网站制作seo优化的方法有哪些
  • 网站建设公司对父亲节宣传口号免费做网站怎么做网站
  • 荔湾建网站公司广告传媒公司经营范围
  • 西安宝马建设科技股份有限公司网站网盘搜索
  • 市北区网站建设网站广告调词软件
  • 网站可信认证必做地推接单平台
  • 品牌网站建设有哪些内容什么是搜索推广
  • 做网站哪一部分用到Java如何拿高权重网站外链进行互换?
  • 专业做网站企业怎么自己刷推广链接
  • 什么网站做的很好传统营销方式有哪些
  • 网站建设seo网络推广企业培训课程安排表
  • 普通电脑怎么做网站服务器软文编辑
  • 营销型网站文案怎么做网站怎么申请怎么注册
  • wordpress上传的图片在seo新方法
  • 木马网站链接有什么百度首页广告
  • 元器件采购最好的网站东莞网站优化
  • 百度主机做视频网站怎么样链接推广平台
  • 海口网站制作推广中关村在线app
  • 用qq做网站客服淘宝推广软件哪个好
  • win8建立网站百度首页登录入口
  • 1920的网站做字体大小seo工资待遇 seo工资多少
  • 深圳外贸网站开发微信软文是什么
  • 网站怎么做留言区百度app下载官方
  • 网站访问密码事件营销的案例有哪些
  • 每天推荐新设计的网站企业网络推广平台
  • 电商导购网站怎么做广州seo代理计费
  • 京东网站是哪个公司做的b站推广引流最佳方法
  • 网络公司做的网站根目录在哪发外链的论坛
  • 江苏专业的网站建设链接点击量软件
  • 做视频赚钱的网站有哪些实体店营销策划方案