|
|
@@ -49,6 +49,18 @@
|
|
49
|
49
|
<scope>test</scope>
|
|
50
|
50
|
</dependency>
|
|
51
|
51
|
|
|
|
52
|
+ <!-- swagger2 -->
|
|
|
53
|
+ <dependency>
|
|
|
54
|
+ <groupId>io.springfox</groupId>
|
|
|
55
|
+ <artifactId>springfox-swagger2</artifactId>
|
|
|
56
|
+ <version>2.6.1</version>
|
|
|
57
|
+ </dependency>
|
|
|
58
|
+ <dependency>
|
|
|
59
|
+ <groupId>io.springfox</groupId>
|
|
|
60
|
+ <artifactId>springfox-swagger-ui</artifactId>
|
|
|
61
|
+ <version>2.6.1</version>
|
|
|
62
|
+ </dependency>
|
|
|
63
|
+
|
|
52
|
64
|
<!-- 引入spring boot自带的pagehelper插件 -->
|
|
53
|
65
|
<dependency>
|
|
54
|
66
|
<groupId>com.github.pagehelper</groupId>
|
|
|
@@ -61,17 +73,6 @@
|
|
61
|
73
|
<groupId>org.springframework.cloud</groupId>
|
|
62
|
74
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
63
|
75
|
</dependency>
|
|
64
|
|
- <!-- swagger2 -->
|
|
65
|
|
- <dependency>
|
|
66
|
|
- <groupId>io.springfox</groupId>
|
|
67
|
|
- <artifactId>springfox-swagger2</artifactId>
|
|
68
|
|
- <version>2.6.1</version>
|
|
69
|
|
- </dependency>
|
|
70
|
|
- <dependency>
|
|
71
|
|
- <groupId>io.springfox</groupId>
|
|
72
|
|
- <artifactId>springfox-swagger-ui</artifactId>
|
|
73
|
|
- <version>2.6.1</version>
|
|
74
|
|
- </dependency>
|
|
75
|
76
|
|
|
76
|
77
|
<dependency>
|
|
77
|
78
|
<groupId>org.springframework.boot</groupId>
|