类 ApiResourceController

java.lang.Object
springfox.documentation.swagger.web.ApiResourceController

@Controller @RequestMapping("/swagger-resources") public class ApiResourceController extends Object
  • 构造器详细资料

  • 方法详细资料

    • securityConfiguration

      @RequestMapping("/configuration/security") @ResponseBody public org.springframework.http.ResponseEntity<SecurityConfiguration> securityConfiguration()
    • uiConfiguration

      @RequestMapping("/configuration/ui") @ResponseBody public org.springframework.http.ResponseEntity<UiConfiguration> uiConfiguration()
    • swaggerResources

      @RequestMapping @ResponseBody public org.springframework.http.ResponseEntity<List<SwaggerResource>> swaggerResources()