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-SNAPSHOT </ title >
9+ < title > springdoc-openapi v2.0.0-M1 </ title >
1010< link rel ="stylesheet " href ="css/spring.css ">
1111< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
1212< link rel ="stylesheet " href ="js/highlight/styles/github.min.css ">
1818</ head >
1919< body class ="book toc2 toc-left ">
2020< div id ="header ">
21- < h1 > springdoc-openapi v2.0.0-SNAPSHOT </ h1 >
21+ < h1 > springdoc-openapi v2.0.0-M1 </ h1 >
2222< div class ="details ">
2323< span id ="author " class ="author "> Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN</ span > < br >
2424</ div >
@@ -229,7 +229,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
229229< pre class ="highlightjs highlight "> < code class ="language-xml hljs " data-lang ="xml "> <dependency>
230230 <groupId>org.springdoc</groupId>
231231 <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
232- <version>2.0.0-SNAPSHOT </version>
232+ <version>2.0.0-M1 </version>
233233 </dependency></ code > </ pre >
234234</ div >
235235</ div >
@@ -326,7 +326,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
326326< pre class ="highlightjs highlight "> < code class ="language-xml hljs " data-lang ="xml "> <dependency>
327327 <groupId>org.springdoc</groupId>
328328 <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
329- <version>2.0.0-SNAPSHOT </version>
329+ <version>2.0.0-M1 </version>
330330 </dependency></ code > </ pre >
331331</ div >
332332</ div >
@@ -378,7 +378,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
378378< pre class ="highlightjs highlight "> < code class ="language-xml hljs " data-lang ="xml "> <dependency>
379379 <groupId>org.springdoc</groupId>
380380 <artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
381- <version>2.0.0-SNAPSHOT </version>
381+ <version>2.0.0-M1 </version>
382382 </dependency></ code > </ pre >
383383</ div >
384384</ div >
@@ -1731,7 +1731,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
17311731< pre class ="highlightjs highlight "> < code class ="language-xml hljs " data-lang ="xml "> <dependency>
17321732 <groupId>org.springdoc</groupId>
17331733 <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
1734- <version>2.0.0-SNAPSHOT </version>
1734+ <version>2.0.0-M1 </version>
17351735 </dependency></ code > </ pre >
17361736</ div >
17371737</ div >
@@ -3573,7 +3573,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
35733573< p > < code > springdoc-openapi 2.x</ code > is compatible with < code > spring-boot 3</ code > .</ p >
35743574</ div >
35753575< div class ="paragraph ">
3576- < p > In general, < strong > you should only pick the last stable version as per today 2.0.0-SNAPSHOT .</ strong > </ p >
3576+ < p > In general, < strong > you should only pick the last stable version as per today 2.0.0-M1 .</ strong > </ p >
35773577</ div >
35783578< div class ="paragraph ">
35793579< p > More precisely, this the exhaustive list of spring-boot versions against which < code > springdoc-openapi</ code > has been built:</ p >
@@ -3590,7 +3590,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
35903590</ tr >
35913591< tr >
35923592< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 3.0.x</ code > </ p > </ td >
3593- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 2.0.0-SNAPSHOT </ code > +</ p > </ td >
3593+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 2.0.0-M1 </ code > +</ p > </ td >
35943594</ tr >
35953595< tr >
35963596< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 2.6.x</ code > , < code > 1.5.x</ code > </ p > </ td >
@@ -3624,7 +3624,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
36243624</ div >
36253625< div id ="footer ">
36263626< div id ="footer-text ">
3627- Last updated 2022-01-27 12:43:35 +0100
3627+ Last updated 2022-02-06 00:25:12 +0100
36283628</ div >
36293629</ div >
36303630< script src ="js/highlight/highlight.min.js "> </ script >
0 commit comments