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
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>String</code>.The display name of the group.</p></td>
140
140
</tr>
@@ -254,7 +254,7 @@
254
254
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>String</code>. To Choose <code>OpenAPI 3.0</code> or <code>OpenAPI 3.1</code> (using the value <code>OPENAPI_3_1</code>).</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>Boolean</code>. To default flatten parameter.</p></td>
260
260
</tr>
@@ -269,7 +269,7 @@
269
269
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>Boolean</code>. To default Enable Support for nullable request parameters in Kotlin.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>String</code>. To Choose <code>OpenAPI 3.0</code> or <code>OpenAPI 3.1</code> (using the value <code>OPENAPI_3_1</code>).</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>Boolean</code>. To default Enable Support for nullable request parameters in Kotlin.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>String</code>. To Choose <code>OpenAPI 3.0</code> or <code>OpenAPI 3.1</code> (using the value <code>OPENAPI_3_1</code>).</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>Boolean</code>. To default Enable Support for nullable request parameters in Kotlin.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>String</code>.The display name of the group.</p></td>
140
140
</tr>
@@ -279,7 +279,7 @@
279
279
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>String</code>. To Choose <code>OpenAPI 3.0</code> or <code>OpenAPI 3.1</code> (using the value <code>OPENAPI_3_1</code>).</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>Boolean</code>. To default flatten parameter.</p></td>
285
285
</tr>
@@ -294,7 +294,7 @@
294
294
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>Boolean</code>. To default Enable Support for nullable request parameters in Kotlin.</p></td>
<p>A solution workaround would be to use: <code>@Parameter(hidden = true)</code></p>
332
332
</li>
333
333
<li>
334
-
<p>For a project that uses <code>spring-security</code>, you should add <code>springdoc-openapi-starter-common</code>:</p>
334
+
<p>The projects that use <code>spring-boot-starter-security</code> or <code>spring-security-oauth2-authorization-server</code> should use:</p>
335
+
<divclass="ulist">
336
+
<ul>
337
+
<li>
338
+
<p><code>springdoc-openapi-starter-webmvc-api</code> if they depend on <code>spring-boot-starter-web</code> and they only need the access to the OpenAPI endpoints.</p>
339
+
</li>
340
+
<li>
341
+
<p>OR <code>springdoc-openapi-starter-webmvc-ui</code>, if they depend on <code>spring-boot-starter-web</code> and they also need the access to the swagger-ui.</p>
342
+
</li>
343
+
<li>
344
+
<p>OR <code>springdoc-openapi-starter-webflux-api</code> if they depend on <code>spring-boot-starter-webflux</code> and they only the access to the OpenAPI endpoints.</p>
345
+
</li>
346
+
<li>
347
+
<p>OR <code>springdoc-openapi-starter-webflux-ui</code>, if they depend on <code>spring-boot-starter-webflux</code> and they also need the access to the swagger-ui.</p>
0 commit comments