File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
modules/jooby-openapi/src/test/java/io/jooby/openapi Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ class Pets {
180180}
181181----
182182
183+ The Maven plugin and Gradle task provide two filter properties `includes` and `excludes`. These
184+ properties filter routes by their path pattern. The filter is a regular expression.
185+
183186=== Annotations
184187
185188To produces a better documentation this plugin depends on some OpenAPI annotations. To use them, you
Original file line number Diff line number Diff line change @@ -1331,7 +1331,7 @@ public void noApp(RouteIterator iterator) {
13311331 .verify ();
13321332 }
13331333
1334- @ OpenAPITest (value = KtAppWithMainKt .class , debug = DebugOption . ALL )
1334+ @ OpenAPITest (value = KtAppWithMainKt .class )
13351335 public void ktAppWithMain (RouteIterator iterator ) {
13361336 iterator
13371337 .next (route -> {
You can’t perform that action at this time.
0 commit comments