chunping hace 3 años
padre
commit
1ec6b91f38
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      mp-common/pom.xml

+ 2 - 2
mp-common/pom.xml

@@ -49,8 +49,8 @@
 
         <!-- 自定义验证注解 -->
         <dependency>
-            <groupId>javax.validation</groupId>
-            <artifactId>validation-api</artifactId>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-validation</artifactId>
         </dependency>
 
         <!--常用工具类 -->