|
|
@@ -113,7 +113,21 @@
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <!--swagger2的依赖-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
+ <artifactId>springfox-swagger2</artifactId>
|
|
|
+ <version>2.9.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
+ <artifactId>springfox-swagger-ui</artifactId>
|
|
|
+ <version>2.9.2</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
+
|
|
|
+
|
|
|
</dependencyManagement>
|
|
|
<repositories>
|
|
|
<!-- ... possibly other repository elements ... -->
|