添加validation依赖

This commit is contained in:
LGH
2020-10-26 15:41:35 +08:00
parent 22b8a5af7f
commit a476236131

View File

@@ -45,10 +45,14 @@
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!-- 开始spring 缓存 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
@@ -94,4 +98,4 @@
<artifactId>weixin-java-mp</artifactId>
</dependency>
</dependencies>
</project>
</project>