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
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: spring-auto-restdocs-docs/other.adoc
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,9 @@ See how it looks in the link:{html-preview}{example-dir}/generated-docs/index.ht
51
51
For custom translations of section titles, table headers and other messages:
52
52
53
53
1. Create a file `SnippetMessages.properties` in `capital.scalable.restdocs.i18n` package.
54
-
2. Add translations to the file using keys from link:{master-dir}/spring-auto-restdocs-core/src/test/resources/capital/scalable/restdocs/i18n/DefaultSnippetMessages.properties[DefaultSnippetMessages].
54
+
2. Add translations to the file using keys from link:{master-dir}/spring-auto-restdocs-core/src/test/resources/capital/scalable/restdocs/i18n/DefaultSnippetMessages.properties[DefaultSnippetMessages].[[localization]]
55
+
56
+
=== Recursive structures support
57
+
58
+
To prevent infinite loop in recursive structures, annotate the recursive field with the `@RestdocsNotExpanded` annotation
59
+
from the `spring-auto-restdocs-annotations` maven module.
0 commit comments