We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032f645 commit bb7770aCopy full SHA for bb7770a
2 files changed
…t-exclude/generated/api/ApiExcluded.java …t-exclude/generated/api/ExcludedApi.javasrc/testInt/resources/endpoint-exclude/generated/api/ApiExcluded.java renamed to src/testInt/resources/endpoint-exclude/generated/api/ExcludedApi.java
@@ -9,7 +9,7 @@
9
import org.springframework.web.bind.annotation.GetMapping;
10
import org.springframework.web.bind.annotation.PathVariable;
11
12
-public interface ApiSkipped {
+public interface ExcludedApi {
13
14
@GetMapping(path = "/endpoint-exclude/{foo}")
15
ResponseEntity<Void> getEndpointExcludeFoo(@PathVariable(name = "foo") String foo);
src/testInt/resources/endpoint-exclude/mapping.yaml
@@ -1,4 +1,4 @@
1
map:
2
paths:
3
- /endpoint-skipme/{foo}:
+ /endpoint-exclude/{foo}:
4
exclude: true
0 commit comments