From 7f6a1032deb8decb5fe6e13ab468fade436cd9e4 Mon Sep 17 00:00:00 2001 From: guide Date: Mon, 22 Mar 2021 23:11:17 +0800 Subject: [PATCH] =?UTF-8?q?Update=20SpringBoot+Spring=E5=B8=B8=E7=94=A8?= =?UTF-8?q?=E6=B3=A8=E8=A7=A3=E6=80=BB=E7=BB=93.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../framework/spring/SpringBoot+Spring常用注解总结.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/framework/spring/SpringBoot+Spring常用注解总结.md b/docs/system-design/framework/spring/SpringBoot+Spring常用注解总结.md index 0cdfb260..e60eeef2 100644 --- a/docs/system-design/framework/spring/SpringBoot+Spring常用注解总结.md +++ b/docs/system-design/framework/spring/SpringBoot+Spring常用注解总结.md @@ -409,7 +409,7 @@ class WebSite { SpringBoot 项目的 spring-boot-starter-web 依赖中已经有 hibernate-validator 包,不需要引用相关依赖。如下图所示(通过 idea 插件—Maven Helper 生成): -![](https://cdn.jsdelivr.net/gh/javaguide-tech/blog-images/2020-08/c7bacd12-1c1a-4e41-aaaf-4cad840fc073.png) +![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2021/03/c7bacd12-1c1a-4e41-aaaf-4cad840fc073.png) 非 SpringBoot 项目需要自行引入相关依赖包,这里不多做讲解,具体可以查看我的这篇文章:《[如何在 Spring/Spring Boot 中做参数校验?你需要了解的都在这里!](https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=2247485783&idx=1&sn=a407f3b75efa17c643407daa7fb2acd6&chksm=cea2469cf9d5cf8afbcd0a8a1c9cc4294d6805b8e01bee6f76bb2884c5bc15478e91459def49&token=292197051&lang=zh_CN#rd)》。