Skip to content

Commit fda6bc3

Browse files
committed
chore: 引入 spring-boot-starter-validation 依赖
1 parent f045d82 commit fda6bc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
<artifactId>spring-boot-configuration-processor</artifactId>
119119
<optional>true</optional>
120120
</dependency>
121+
122+
<dependency>
123+
<groupId>org.springframework.boot</groupId>
124+
<artifactId>spring-boot-starter-validation</artifactId>
125+
</dependency>
121126
</dependencies>
122127

123128
<build>

0 commit comments

Comments
 (0)