We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a4017 commit f7a5770Copy full SHA for f7a5770
docs/advanced/spring-bean-validation.md
@@ -29,7 +29,9 @@ public class PersonController {
29
30
不了解的朋友一定要好好看一下,学完马上就可以实践到项目上去。
31
32
-并且,本文实例项目使用的是目前最新的 Spring Boot 版本 2.4.5!(截止到 2021-04-21)
+并且,本文示例项目使用的是目前最新的 Spring Boot 版本 2.4.5!(截止到 2021-04-21)
33
+
34
+示例项目源代码地址:[https://github.com/CodingDocs/springboot-guide/tree/master/source-code/bean-validation-demo](https://github.com/CodingDocs/springboot-guide/tree/master/source-code/bean-validation-demo) 。
35
36
## 添加相关依赖
37
0 commit comments