Update getting started documentation to use new class names

Closes gh-118
This commit is contained in:
Paul-Christian Volkmer
2015-09-09 12:05:26 +02:00
committed by Andy Wilkinson
parent 5dc28b9bb0
commit 6dcfdf7206

View File

@@ -238,10 +238,11 @@ The `RestDocumentation` rule is configured with the output directory into which
generated snippets should be written. This output directory should match the snippets
directory that you have configured in your `build.gradle` or `pom.xml` file.
The `MockMvc` instance is configured using a `RestDocumentationConfigurer`. An instance
of this class can be obtained from the static `documentationConfiguration()` method on
`org.springframework.restdocs.RestDocumentation`. `RestDocumentationConfigurer` applies
sensible defaults and also provides an API for customizing the configuration. Refer to the
The `MockMvc` instance is configured using a `RestDocumentationMockMvcConfigurer`. An
instance of this class can be obtained from the static `documentationConfiguration()`
method on `org.springframework.restdocs.mockmvc.MockMvcRestDocumentation`.
`RestDocumentationMockMvcConfigurer` applies sensible defaults and also provides an API
for customizing the configuration. Refer to the
<<configuration, configuration section>> for more information.