diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index 0576d92850..caeb0234a6 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -9493,6 +9493,13 @@ number of different ways, including as described above using Contract DSL file and documentation. If you combine that with Spring Cloud WireMock then you’re getting both the contracts and stubs.
+Why would you want to use this feature? Some people in the community asked questions +about situation in which they would like to move to DSL based contract definition +but they already have a lot of Spring MVC tests. Using this feature allows you to generate +the contract files that you can later modify and move to proper folders so that the +plugin picks them up.
+