【发布时间】:2016-03-13 07:38:14
【问题描述】:
private Predicate<String> aggregationPaths() {
return or(regex("/aggregationservice.*"),regex("/health"));
}
这段代码 sn-p 列出了所有 Spring Boot 健康端点到招摇文档。我只想显示 Http GET 方法。有人对此有任何想法吗?
【问题讨论】:
标签: spring-mvc spring-boot swagger-2.0 spring-boot-actuator springfox