Parcourir la source

style: 增加 validation 依赖.

eric il y a 2 ans
Parent
commit
33af5ee588
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -36,6 +36,10 @@
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-validation</artifactId>
+        </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>