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.
* WebTestClient sample application
* Support WebTestClient
* Added unit tests
* Rafactoring & more tests
* Fixed path issue with WebTestClient
* Fixed type in WebTestClient sample application
* Added WebTestClient in docs
* Fixed indentation
* Built docs
* Fixed indentation
* Add test scope
* Added Mono and Flux return type support
* Fixed NoClassDefFound issue in non webflux projects
* Added webtestclient sample app to travis ci
* Added unit tests for Mono and Flux return type
* Refactored type checks
* Cleanup
* Improved docs
* Fixed missing URL issue when using UriBuilder
<p>Provide your own template in <code>org/springframework/restdocs/templates/asciidoctor</code> (or <code>markdown</code>) package of your resources.
1486
-
You can override <ahref="https://github.com/spring-projects/spring-restdocs/tree/v2.0.0.RELEASE/spring-restdocs-core/src/main/resources/org/springframework/restdocs/templates">REST Docs templates</a>
1525
+
You can override <ahref="https://github.com/spring-projects/spring-restdocs/tree/v2.0.1.RELEASE/spring-restdocs-core/src/main/resources/org/springframework/restdocs/templates">REST Docs templates</a>
1487
1526
and <ahref="https://github.com/ScaCap/spring-auto-restdocs/tree/master/spring-auto-restdocs-core/src/main/resources/org/springframework/restdocs/templates">Auto REST Docs templates</a>.
1488
1527
Important is to omit <code>default-</code> part from the template name so that the resolution algorithm will prefer this custom template.
1489
-
See also <ahref="http://docs.spring.io/spring-restdocs/docs/2.0.0.RELEASE/reference/html5/#documenting-your-api-customizing-snippets">original documentation</a> for additional details.</p>
1528
+
See also <ahref="http://docs.spring.io/spring-restdocs/docs/2.0.1.RELEASE/reference/html5/#documenting-your-api-customizing-snippets">original documentation</a> for additional details.</p>
1490
1529
</div>
1491
1530
</div>
1492
1531
</div>
@@ -1566,7 +1605,7 @@ <h3 id="constraints-custom"><a class="link" href="#constraints-custom">Custom co
1566
1605
Each description is a property where the key is the full class name of the annotation suffixed with <code>.description</code>.
1567
1606
The value is the description and can contain placeholders for annotation methods,
1568
1607
e.g. <code>${value}</code> to get the content of <code>value()</code>.
1569
-
For more details, see original documentation of <ahref="http://docs.spring.io/spring-restdocs/docs/2.0.0.RELEASE/reference/html5/#documenting-your-api-constraints-describing">here</a>.</p>
1608
+
For more details, see original documentation of <ahref="http://docs.spring.io/spring-restdocs/docs/2.0.1.RELEASE/reference/html5/#documenting-your-api-constraints-describing">here</a>.</p>
1570
1609
</div>
1571
1610
<divclass="paragraph">
1572
1611
<p>Example for the constraint annotation <code>myproject.constraints.OneOf</code>:</p>
0 commit comments