|
@@ -5,7 +5,7 @@
|
|
|
<parent>
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>2.1.8.RELEASE</version>
|
|
|
|
|
|
|
+ <version>2.3.2.RELEASE</version>
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
</parent>
|
|
</parent>
|
|
|
<groupId>com.x1ongzhu</groupId>
|
|
<groupId>com.x1ongzhu</groupId>
|
|
@@ -44,6 +44,11 @@
|
|
|
</build>
|
|
</build>
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>javax.validation</groupId>
|
|
|
|
|
+ <artifactId>validation-api</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|