瀏覽代碼

style: 增加 validation 依赖.

eric 2 年之前
父節點
當前提交
33af5ee588
共有 1 個文件被更改,包括 4 次插入0 次删除
  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>