⬆️ up ballcat version to 0.0.7-SNAPSHOT & up spring-boot version to 2.4.1

 conf上默认添加hibernate-validate依赖
This commit is contained in:
b2baccline
2020-12-17 20:14:03 +08:00
parent 212a54d9e0
commit 35842a25a7
4 changed files with 21 additions and 13 deletions

View File

@@ -31,10 +31,6 @@
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-extension</artifactId>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
@@ -52,6 +48,15 @@
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<!--validation校验-->
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
</dependencies>