Skip to content

Commit 77da5e4

Browse files
committed
Solve #20
1 parent 5bd10ac commit 77da5e4

File tree

1 file changed

+6
-0
lines changed
  • api-boot-project/api-boot-starters/api-boot-starter-swagger

1 file changed

+6
-0
lines changed

api-boot-project/api-boot-starters/api-boot-starter-swagger/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@
4545
<groupId>io.springfox</groupId>
4646
<artifactId>springfox-bean-validators</artifactId>
4747
</dependency>
48+
<!--After SpringBoot 2.3.x version, need to add this dependency-->
49+
<!--Solve https://github.com/minbox-projects/api-boot/issues/20-->
50+
<dependency>
51+
<groupId>org.springframework.boot</groupId>
52+
<artifactId>spring-boot-starter-validation</artifactId>
53+
</dependency>
4854
</dependencies>
4955
</project>

0 commit comments

Comments
 (0)