Skip to content

Commit

Permalink
chore: 引入 spring-boot-starter-validation 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
colorful3 committed Sep 17, 2020
1 parent f045d82 commit fda6bc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fda6bc3

Please sign in to comment.