添加spring-boot-starter-validation依赖
This commit is contained in:
parent
fad44cc117
commit
a2c31048cb
7
pom.xml
7
pom.xml
@ -101,6 +101,13 @@
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- validation检验-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-validation</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- hutool 的依赖配置-->
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user