Commit 31a9c9cf by huangfusuper

【集成校验器】集成自定义校验器

parent 0dcbe083
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.byit</groupId> <groupId>com.byit</groupId>
<artifactId>byit-myth-validation</artifactId> <artifactId>byit-validation-starter</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.byit</groupId> <groupId>com.byit</groupId>
<artifactId>byit-myth-validation</artifactId> <artifactId>byit-validation-starter</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment