update[litemall-core]: 支持swagger2。

This commit is contained in:
Junling Bu
2018-05-09 07:47:10 +08:00
parent 5d0225f25d
commit a63bdd6330
2 changed files with 22 additions and 0 deletions

View File

@@ -22,6 +22,16 @@
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
</dependency>
</dependencies>
</project>

12
pom.xml
View File

@@ -100,6 +100,18 @@
<artifactId>weixin-java-miniapp</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.8.0</version>
</dependency>
</dependencies>
</dependencyManagement>