spring-boot-starter-swagger icon indicating copy to clipboard operation
spring-boot-starter-swagger copied to clipboard

不支持regex风格定义paths

Open jdonee opened this issue 8 years ago • 1 comments

如return new Docket(DocumentationType.SWAGGER_2).groupName("aaa").apiInfo(apiInfo()).select() .paths(regex("/api/aaa/.*?")).build()

jdonee avatar Aug 28 '17 09:08 jdonee

目前还未支持,欢迎提PR增加这样的特性

dyc87112 avatar Aug 28 '17 10:08 dyc87112