Fix:spring-boot-starter-validation

close https://github.com/elunez/eladmin-mp/pull/40
This commit is contained in:
Zheng Jie 2024-08-02 16:51:16 +08:00
parent ee879f81c2
commit f17e393c97

View File

@ -65,6 +65,12 @@
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
<!-- spring boot 验证 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!--Spring boot Redis-->
<dependency>
<groupId>org.springframework.boot</groupId>