upgrade spring boot 2.3 to 2.4

This commit is contained in:
paulGao
2021-09-01 19:03:36 +08:00
parent 98df40a9a1
commit 2e80478203
23 changed files with 79 additions and 64 deletions

View File

@@ -15,6 +15,17 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>