From ace40d29ff8065ea801c57d249400caf27ece585 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Tue, 28 Aug 2018 14:18:40 +0800 Subject: [PATCH] 接口 优化 --- pom.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 7125301..f48af0d 100644 --- a/pom.xml +++ b/pom.xml @@ -186,6 +186,17 @@ <scope>system</scope> <systemPath>${project.basedir}/lib/taobao-sdk-java-auto_1455552377940-20160607.jar</systemPath> </dependency> + + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-swagger2</artifactId> + <version>2.7.0</version> + </dependency> + <dependency> + <groupId>io.springfox</groupId> + <artifactId>springfox-swagger-ui</artifactId> + <version>2.7.0</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0