Skip to content

Commit

Permalink
update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored and kota65535 committed Feb 23, 2024
1 parent 2fa4e2d commit b1cdc2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/client/echo_api/go-external-refs/utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/client/others/go/oneof-anyof-required/utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public void configure() throws Exception {
.component("servlet")
.bindingMode(RestBindingMode.auto)
.dataFormatProperty("json.out.disableFeatures", "WRITE_DATES_AS_TIMESTAMPS")
.clientRequestValidation(true);
.clientRequestValidation(true)
.apiProperty("api.title", "OpenAPI Petstore")
.apiProperty("api.version", "1.0.0");
}
}
}

0 comments on commit b1cdc2a

Please sign in to comment.