66< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77< meta name ="generator " content ="Asciidoctor 2.0.15 ">
88< meta name ="author " content ="Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN ">
9- < title > springdoc-openapi v2.0.0-RC2 </ title >
9+ < title > springdoc-openapi v2.0.0</ title >
1010< link rel ="stylesheet " href ="css/site.css ">
1111< style >
1212 # header # revnumber {
3333 < div id ="main " class ="contained ">
3434 < div id ="doc " class ="doc ">
3535< div id ="header ">
36- < h1 > springdoc-openapi v2.0.0-RC2 </ h1 >
36+ < h1 > springdoc-openapi v2.0.0</ h1 >
3737< div class ="details ">
3838< span id ="author " class ="author "> Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN</ span > < br >
3939</ div >
@@ -293,7 +293,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
293293< pre class ="highlight "> < code class ="language-xml " data-lang ="xml "> <dependency>
294294 <groupId>org.springdoc</groupId>
295295 <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
296- <version>2.0.0-RC2 </version>
296+ <version>2.0.0</version>
297297 </dependency></ code > </ pre >
298298</ div >
299299</ div >
@@ -402,7 +402,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
402402< pre class ="highlight "> < code class ="language-xml " data-lang ="xml "> <dependency>
403403 <groupId>org.springdoc</groupId>
404404 <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
405- <version>2.0.0-RC2 </version>
405+ <version>2.0.0</version>
406406 </dependency></ code > </ pre >
407407</ div >
408408</ div >
@@ -454,7 +454,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
454454< pre class ="highlight "> < code class ="language-xml " data-lang ="xml "> <dependency>
455455 <groupId>org.springdoc</groupId>
456456 <artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
457- <version>2.0.0-RC2 </version>
457+ <version>2.0.0</version>
458458 </dependency></ code > </ pre >
459459</ div >
460460</ div >
@@ -1864,6 +1864,9 @@ <h3 id="springdoc-applications-demos"><a class="anchor" href="#springdoc-applica
18641864< li >
18651865< p > < a href ="http://144.24.171.248:8087/ " target ="_blank " rel ="noopener "> Demo Spring Boot 3 and Spring Cloud Function WebFlux</ a > </ p >
18661866</ li >
1867+ < li >
1868+ < p > < a href ="http://144.24.171.248:8060/ " target ="_blank " rel ="noopener "> Demo Spring Boot 3 and Spring Cloud Gateway</ a > </ p >
1869+ </ li >
18671870</ ul >
18681871</ div >
18691872< div class ="imageblock ">
@@ -1911,7 +1914,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
19111914< pre class ="highlight "> < code class ="language-xml " data-lang ="xml "> <dependency>
19121915 <groupId>org.springdoc</groupId>
19131916 <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
1914- <version>2.0.0-RC2 </version>
1917+ <version>2.0.0</version>
19151918 </dependency></ code > </ pre >
19161919</ div >
19171920</ div >
@@ -4066,7 +4069,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
40664069< p > < code > springdoc-openapi 2.x</ code > is compatible with < code > spring-boot 3</ code > .</ p >
40674070</ div >
40684071< div class ="paragraph ">
4069- < p > In general, < strong > you should only pick the last stable version as per today 2.0.0-RC2 .</ strong > </ p >
4072+ < p > In general, < strong > you should only pick the last stable version as per today 2.0.0.</ strong > </ p >
40704073</ div >
40714074< div class ="paragraph ">
40724075< p > More precisely, this the exhaustive list of spring-boot versions against which < code > springdoc-openapi</ code > has been built:</ p >
@@ -4083,7 +4086,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
40834086</ tr >
40844087< tr >
40854088< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 3.0.x</ code > </ p > </ td >
4086- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 2.0.0-RC2 </ code > +</ p > </ td >
4089+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 2.0.x </ code > +</ p > </ td >
40874090</ tr >
40884091< tr >
40894092< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 2.7.x</ code > , < code > 1.5.x</ code > </ p > </ td >
@@ -4133,7 +4136,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
41334136</ div >
41344137< div id ="footer ">
41354138< div id ="footer-text ">
4136- Last updated 2022-11-20 13:42:11 +0100
4139+ Last updated 2022-11-24 23:37:28 +0100
41374140</ div >
41384141</ div >
41394142
0 commit comments