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: docs/faq.html
+105-2Lines changed: 105 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -634,6 +634,21 @@ <h3 id="_how_can_i_customise_the_openapi_object">How can I customise the OpenAPI
634
634
}</code></pre>
635
635
</div>
636
636
</div>
637
+
<divclass="admonitionblock note">
638
+
<table>
639
+
<tr>
640
+
<tdclass="icon">
641
+
<iclass="fa icon-note" title="Note"></i>
642
+
</td>
643
+
<tdclass="content">
644
+
This bean <code>OpenApiCustomizer</code> will be applied to the Default OpenAPI only.
645
+
</td>
646
+
</tr>
647
+
</table>
648
+
</div>
649
+
<divclass="paragraph">
650
+
<p>If you need the <code>OpenApiCustomizer</code> to applied to <code>GroupedOpenApi</code> as well, then use <code>GlobalOpenApiCustomiser</code> instead.</p>
651
+
</div>
637
652
</div>
638
653
<divclass="sect2">
639
654
<h3id="_how_can_i_return_an_empty_content_as_response">How can I return an empty content as response?</h3>
<p>You can customize swagger documentation static resources located in <code>META-INF/resources/webjars/swagger-ui/{swagger.version}/</code>. The list of resources includes:</p>
<h3id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot">What is the compatibility matrix of <code>springdoc-openapi</code> with <code>spring-boot</code> ?</h3>
1750
1853
<divclass="paragraph">
1751
1854
<p><code>springdoc-openapi</code> is compatible with <code>spring-boot 1</code> and <code>spring-boot 2</code>.</p>
1752
1855
</div>
1753
1856
<divclass="paragraph">
1754
-
<p>In general, <strong>you should only pick the last stable version as per today 1.6.7.</strong></p>
1857
+
<p>In general, <strong>you should only pick the last stable version as per today 1.6.8.</strong></p>
1755
1858
</div>
1756
1859
<divclass="paragraph">
1757
1860
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
0 commit comments