|
45 | 45 | <div id="main" class="contained"> |
46 | 46 | <div id="doc" class="doc"> |
47 | 47 | <div id="header"> |
48 | | -<h1>springdoc-openapi v2.2.0</h1> |
| 48 | +<h1>springdoc-openapi v2.3.0</h1> |
49 | 49 | <div id="toc" class="toc2"> |
50 | 50 | <div id="toctitle">Table of Contents</div> |
51 | 51 | <ul class="sectlevel1"> |
@@ -306,7 +306,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin |
306 | 306 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
307 | 307 | <groupId>org.springdoc</groupId> |
308 | 308 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
309 | | - <version>2.2.0</version> |
| 309 | + <version>2.3.0</version> |
310 | 310 | </dependency></code></pre> |
311 | 311 | </div> |
312 | 312 | </div> |
@@ -415,7 +415,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support">< |
415 | 415 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
416 | 416 | <groupId>org.springdoc</groupId> |
417 | 417 | <artifactId>springdoc-openapi-starter-webmvc-api</artifactId> |
418 | | - <version>2.2.0</version> |
| 418 | + <version>2.3.0</version> |
419 | 419 | </dependency></code></pre> |
420 | 420 | </div> |
421 | 421 | </div> |
@@ -467,7 +467,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support" |
467 | 467 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
468 | 468 | <groupId>org.springdoc</groupId> |
469 | 469 | <artifactId>springdoc-openapi-starter-webflux-ui</artifactId> |
470 | | - <version>2.2.0</version> |
| 470 | + <version>2.3.0</version> |
471 | 471 | </dependency></code></pre> |
472 | 472 | </div> |
473 | 473 | </div> |
@@ -2250,7 +2250,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring |
2250 | 2250 | <pre class="highlight"><code class="language-xml" data-lang="xml"> <dependency> |
2251 | 2251 | <groupId>org.springdoc</groupId> |
2252 | 2252 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
2253 | | - <version>2.2.0</version> |
| 2253 | + <version>2.3.0</version> |
2254 | 2254 | </dependency></code></pre> |
2255 | 2255 | </div> |
2256 | 2256 | </div> |
@@ -4450,7 +4450,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"> |
4450 | 4450 | <p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p> |
4451 | 4451 | </div> |
4452 | 4452 | <div class="paragraph"> |
4453 | | -<p>In general, <strong>you should only pick the last stable version as per today 2.2.0.</strong></p> |
| 4453 | +<p>In general, <strong>you should only pick the last stable version as per today 2.3.0.</strong></p> |
4454 | 4454 | </div> |
4455 | 4455 | <div class="paragraph"> |
4456 | 4456 | <p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p> |
|
0 commit comments