Skip to content

Commit 74db46c

Browse files
authored
Merge pull request #55 from uc4w6c/feat_preloading_locales
Added setting to preload by specifying locales to doc
2 parents 1e2773c + c4537f0 commit 74db46c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docs/asciidoc/core-properties.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
|springdoc.use-fqn | `false` | `Boolean`. To enable fully qualified names.
4141
|springdoc.show-login-endpoint | `false` | `Boolean`. To make spring security login-endpoint visible.
4242
|springdoc.pre-loading-enabled | `false` | `Boolean`. Pre-loading setting to load OpenAPI on application startup.
43+
|springdoc.pre-loading-locales | | `List of Strings`.The list of locales to load OpenAPI on application startup.(comma separated) If not specified, it will preload with the default Locale.
4344
|springdoc.writer-with-order-by-keys | `false` | `Boolean`. Enable a deterministic/alphabetical ordering.
4445
|springdoc.use-management-port | `false` | `Boolean`. To expose the swagger-ui on the actuator management port.
4546
|springdoc.disable-i18n | `false` | `Boolean`. To disable automatic translation using i18n.

0 commit comments

Comments
 (0)