You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/asciidoc/core-properties.adoc
+1
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@
40
40
|springdoc.use-fqn | `false` | `Boolean`. To enable fully qualified names.
41
41
|springdoc.show-login-endpoint | `false` | `Boolean`. To make spring security login-endpoint visible.
42
42
|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.
43
44
|springdoc.writer-with-order-by-keys | `false` | `Boolean`. Enable a deterministic/alphabetical ordering.
44
45
|springdoc.use-management-port | `false` | `Boolean`. To expose the swagger-ui on the actuator management port.
45
46
|springdoc.disable-i18n | `false` | `Boolean`. To disable automatic translation using i18n.
0 commit comments