Commit ba564528a0fec7ec4c6fbe6f20fee15c91a0a16f

Authored by 谭毅彬
1 parent c5b8b0a6

swagger 配置还原

Signed-off-by: TanYibin <5491541@qq.com>
Showing 1 changed file with 11 additions and 1 deletions
huaheng-wms-core/pom.xml
... ... @@ -88,10 +88,20 @@
88 88 <!--swagger-->
89 89 <dependency>
90 90 <groupId>io.springfox</groupId>
91   - <artifactId>springfox-boot-starter</artifactId>
  91 + <artifactId>springfox-swagger2</artifactId>
92 92 <version>3.0.0</version>
93 93 </dependency>
94 94 <dependency>
  95 + <groupId>io.springfox</groupId>
  96 + <artifactId>springfox-swagger-ui</artifactId>
  97 + <version>3.0.0</version>
  98 + </dependency>
  99 + <dependency>
  100 + <groupId>io.swagger</groupId>
  101 + <artifactId>swagger-annotations</artifactId>
  102 + <version>1.5.22</version>
  103 + </dependency>
  104 + <dependency>
95 105 <groupId>com.github.xiaoymin</groupId>
96 106 <artifactId>swagger-bootstrap-ui</artifactId>
97 107 <version>1.8.7</version>
... ...