Skip to content

Commit 5999bd9

Browse files
committed
update to version 2.0.0-M3
1 parent b268c7f commit 5999bd9

File tree

2 files changed

+48
-4
lines changed

2 files changed

+48
-4
lines changed

docs/v2/getting-started.html

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<!--
2+
~ /*
3+
~ *
4+
~ * *
5+
~ * * * Copyright 2019-2022 the original author or authors.
6+
~ * * *
7+
~ * * * Licensed under the Apache License, Version 2.0 (the "License");
8+
~ * * * you may not use this file except in compliance with the License.
9+
~ * * * You may obtain a copy of the License at
10+
~ * * *
11+
~ * * * https://www.apache.org/licenses/LICENSE-2.0
12+
~ * * *
13+
~ * * * Unless required by applicable law or agreed to in writing, software
14+
~ * * * distributed under the License is distributed on an "AS IS" BASIS,
15+
~ * * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
~ * * * See the License for the specific language governing permissions and
17+
~ * * * limitations under the License.
18+
~ * *
19+
~ *
20+
~ */
21+
-->
22+
123
<!DOCTYPE html>
224
<html lang="en">
325
<head>
@@ -40,7 +62,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
4062
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
4163
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
4264
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
43-
&lt;version&gt;2.0.0-M2&lt;/version&gt;
65+
&lt;version&gt;2.0.0-M3&lt;/version&gt;
4466
&lt;/dependency&gt;</code></pre>
4567
</div>
4668
</div>
@@ -96,7 +118,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
96118
</div>
97119
<div id="footer">
98120
<div id="footer-text">
99-
Last updated 2022-04-07 20:33:32 +0200
121+
Last updated 2022-05-27 22:17:37 +0200
100122
</div>
101123
</div>
102124
</div>

docs/v2/migrating-from-springfox.html

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<!--
2+
~ /*
3+
~ *
4+
~ * *
5+
~ * * * Copyright 2019-2022 the original author or authors.
6+
~ * * *
7+
~ * * * Licensed under the Apache License, Version 2.0 (the "License");
8+
~ * * * you may not use this file except in compliance with the License.
9+
~ * * * You may obtain a copy of the License at
10+
~ * * *
11+
~ * * * https://www.apache.org/licenses/LICENSE-2.0
12+
~ * * *
13+
~ * * * Unless required by applicable law or agreed to in writing, software
14+
~ * * * distributed under the License is distributed on an "AS IS" BASIS,
15+
~ * * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
~ * * * See the License for the specific language governing permissions and
17+
~ * * * limitations under the License.
18+
~ * *
19+
~ *
20+
~ */
21+
-->
22+
123
<!DOCTYPE html>
224
<html lang="en">
325
<head>
@@ -44,7 +66,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
4466
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
4567
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
4668
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
47-
&lt;version&gt;2.0.0-M2&lt;/version&gt;
69+
&lt;version&gt;2.0.0-M3&lt;/version&gt;
4870
&lt;/dependency&gt;</code></pre>
4971
</div>
5072
</div>
@@ -217,7 +239,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
217239
</div>
218240
<div id="footer">
219241
<div id="footer-text">
220-
Last updated 2022-04-07 20:33:32 +0200
242+
Last updated 2022-05-27 22:17:37 +0200
221243
</div>
222244
</div>
223245
</div>

0 commit comments

Comments
 (0)