|
50 | 50 | gtag('config', 'G-1GEGWXWNH4');
|
51 | 51 | </script>
|
52 | 52 |
|
| 53 | +<!-- Google Tag Manager --> |
| 54 | +<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 55 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 56 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 57 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 58 | +})(window,document,'script','dataLayer','GTM-KCFZ6F9G');</script> |
| 59 | +<!-- End Google Tag Manager --> |
| 60 | +<script src="js/setup.js"></script><script defer src="js/site.js"></script> |
| 61 | + |
53 | 62 | </head>
|
54 | 63 | <body class="book toc2 toc-left"><div id="banner-container" class="container" role="banner">
|
55 |
| - <!-- Google Tag Manager (noscript) --> |
56 |
| - <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCFZ6F9G" |
57 |
| - height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
58 |
| - <!-- End Google Tag Manager (noscript) --> |
59 | 64 | <div id="banner" class="contained" role="banner">
|
60 | 65 | <div id="switch-theme">
|
61 | 66 | <input type="checkbox" id="switch-theme-checkbox" />
|
@@ -309,6 +314,11 @@ <h2 id="Introduction"><a class="anchor" href="#Introduction"></a>1. Introduction
|
309 | 314 | <div class="paragraph">
|
310 | 315 | <p>This is a community-based project, not maintained by the Spring Framework Contributors (Pivotal).</p>
|
311 | 316 | </div>
|
| 317 | + <!-- Google Tag Manager (noscript) --> |
| 318 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCFZ6F9G" |
| 319 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 320 | + <!-- End Google Tag Manager (noscript) --> |
| 321 | + |
312 | 322 | <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8127371937306964"
|
313 | 323 | crossorigin="anonymous"></script>
|
314 | 324 | <!-- HEADER2 -->
|
@@ -1422,11 +1432,6 @@ <h3 id="springdoc-openapi-core-properties"><a class="anchor" href="#springdoc-op
|
1422 | 1432 | <td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. When true, automatically adds @ControllerAdvice responses to all the generated responses.</p></td>
|
1423 | 1433 | </tr>
|
1424 | 1434 | <tr>
|
1425 |
| -<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.api-docs.groups.enabled</p></td> |
1426 |
| -<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td> |
1427 |
| -<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. To disable the springdoc-openapi groups.</p></td> |
1428 |
| -</tr> |
1429 |
| -<tr> |
1430 | 1435 | <td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.group-configs[0].group</p></td>
|
1431 | 1436 | <td class="tableblock halign-left valign-top"></td>
|
1432 | 1437 | <td class="tableblock halign-left valign-top"><p class="tableblock"><code>String</code>.The group name</p></td>
|
|
0 commit comments