Commit b8a18a16 authored by zp's avatar zp

Merge branch 'v2.0.0' of 47.100.44.39:zhoupeng/tamp_fund into v2.0.0

parents 2005018a 537ae0d9
...@@ -30,7 +30,7 @@ public class Swagger2Config { ...@@ -30,7 +30,7 @@ public class Swagger2Config {
public Docket customImplementation(){ public Docket customImplementation(){
return new Docket(DocumentationType.SWAGGER_2) return new Docket(DocumentationType.SWAGGER_2)
.select() .select()
.apis(RequestHandlerSelectors.basePackage("com.tanpu.product")) .apis(RequestHandlerSelectors.basePackage("com.tanpu.fund"))
.build() .build()
.protocols(newHashSet("http", "https")) .protocols(newHashSet("http", "https"))
// .protocols(newHashSet("ws", "wss")) // .protocols(newHashSet("ws", "wss"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment