We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd10ac commit 77da5e4Copy full SHA for 77da5e4
api-boot-project/api-boot-starters/api-boot-starter-swagger/pom.xml
@@ -45,5 +45,11 @@
45
<groupId>io.springfox</groupId>
46
<artifactId>springfox-bean-validators</artifactId>
47
</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>
54
</dependencies>
55
</project>
0 commit comments