Skip to content

Commit b406253

Browse files
add pom
1 parent b1401a0 commit b406253

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@
117117
<groupId>org.springframework.boot</groupId>
118118
<artifactId>spring-boot-starter-freemarker</artifactId>
119119
</dependency>
120+
<dependency>
121+
<groupId>io.springfox</groupId>
122+
<artifactId>springfox-swagger2</artifactId>
123+
<version>2.2.2</version>
124+
</dependency>
125+
<dependency>
126+
<groupId>io.springfox</groupId>
127+
<artifactId>springfox-swagger-ui</artifactId>
128+
<version>2.2.2</version>
129+
</dependency>
120130
</dependencies>
121131

122132
<build>

0 commit comments

Comments
 (0)