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: spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/AutoConfigureRestDocs.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,16 @@
41
41
* <p>
42
42
* Allows configuration of the output directory and the host, scheme, and port of
43
43
* generated URIs. When further configuration is required a
44
-
* {@link RestDocsMockMvcConfigurationCustomizer} bean can be used.
44
+
* {@link RestDocsMockMvcConfigurationCustomizer},
45
+
* {@link RestDocsWebTestClientConfigurationCustomizer}, or
46
+
* {@link RestDocsRestAssuredConfigurationCustomizer} bean can be used.
0 commit comments