Jelajahi Sumber

style: 增加 validation 依赖.

eric 2 tahun lalu
induk
melakukan
33af5ee588
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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>