Commit 537ae0d9 authored by 张亚辉's avatar 张亚辉

swagger

parent c4867d39
......@@ -30,7 +30,7 @@ public class Swagger2Config {
public Docket customImplementation(){
return new Docket(DocumentationType.SWAGGER_2)
.select()
.apis(RequestHandlerSelectors.basePackage("com.tanpu.product"))
.apis(RequestHandlerSelectors.basePackage("com.tanpu.fund"))
.build()
.protocols(newHashSet("http", "https"))
// .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