Spring Boot 3.0系列【26】应用篇之参数校验

有道无术,术尚可求,有术无道,止于术。

本系列Spring Boot版本3.0.5

源码地址:https://gitee.com/pearl-organization/study-spring-boot3

文章目录

    • 1. 概述
    • 2. Bean Validation
    • 3. 常用注解
    • 4. 入门案例
    • 5. 分组校验
    • 6. 自定义校验注解
      • 6.1 原生注解
      • 6.2 实现验证器接口
      • 6.3 创建自定义注解
      • 6.4 测试
    • 7. 优雅的处理异常信息
      • 7.1 方式1 BindingResult
      • 7.2 方式2 @ControllerAdvice
    • 8. 国际化校验错误消息

你可能感兴趣的:(Spring,Boot,3.x,spring,spring,boot)