@ConfigurationProperties(prefix="framework.swagger") public class FrameworkSwaggerProperties extends Object
Swagger 2 config properties
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SWAGGER_PREFIX
The swagger properties prefix
|
| 构造器和说明 |
|---|
FrameworkSwaggerProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.google.common.base.Predicate<String>> |
basePath()
需要匹配的路径
|
List<com.google.common.base.Predicate<String>> |
excludePath()
不需要匹配的路径
|
List<springfox.documentation.service.Parameter> |
globalParameter()
获取全局参数
|
Copyright © 2020. All rights reserved.