@Controller
@RequestMapping(value="${swagger.dubbo.doc:swagger-dubbo}")
public class SwaggerDubboController
extends Object
public static final String DEFAULT_URL
@RequestMapping(value="/api-docs",
method=GET,
produces={"application/json; charset=utf-8","application/hal+json"})
@ResponseBody
public org.springframework.http.ResponseEntity<Json> getApiList()
throws com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2018. All rights reserved.