We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74575cc commit 8e7410dCopy full SHA for 8e7410d
1 file changed
pom.xml
@@ -21,6 +21,16 @@
21
</properties>
22
23
<dependencies>
24
+ <dependency>
25
+ <artifactId>springfox-swagger2</artifactId>
26
+ <groupId>io.springfox</groupId>
27
+ <version>2.9.2</version>
28
+ </dependency>
29
30
+ <artifactId>springfox-swagger-ui</artifactId>
31
32
33
34
<dependency>
35
<groupId>com.h2database</groupId>
36
<artifactId>h2</artifactId>
0 commit comments