Skip to content

Commit 00ee775

Browse files
committed
update README.md
1 parent 6886f55 commit 00ee775

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

boot-validation/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
> 引入starter
2020
2121
```
22-
<dependency>
23-
<groupId>org.springframework.boot</groupId>
24-
<artifactId>spring-boot-starter-validation</artifactId>
25-
</dependency>
22+
<dependency>
23+
<groupId>org.springframework.boot</groupId>
24+
<artifactId>spring-boot-starter-validation</artifactId>
25+
</dependency>
2626
2727
```
2828

@@ -43,7 +43,7 @@ public class User {
4343
@Min(value = 1, message = "请输入合法年龄")
4444
private Integer age;
4545
46-
... Getter Setter toString省略
46+
... Getter Setter toString省略
4747
}
4848
4949
```

0 commit comments

Comments
 (0)