spring-boot-starter-swagger
spring-boot-starter-swagger copied to clipboard
不支持regex风格定义paths
如return new Docket(DocumentationType.SWAGGER_2).groupName("aaa").apiInfo(apiInfo()).select() .paths(regex("/api/aaa/.*?")).build()
目前还未支持,欢迎提PR增加这样的特性