@RestController @ConditionalOnMissingClass(value="restfulController") public class RestfulController extends Object
RestfulController()
String
swagger()
List<Map>
swaggerResources()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RestfulController()
@GetMapping(value="/swagger-resources") public List<Map> swaggerResources()
@GetMapping(value="/v3/api-docs") public String swagger()
Copyright © 2019. All rights reserved.