4
4
<meta charset="UTF-8">
5
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- < meta name ="generator " content ="Asciidoctor 2.0.16 ">
7
+ <meta name="generator" content="Asciidoctor 2.0.17 ">
8
8
<title>Upgrade Spring Boot from 2.4 to 2.5</title>
9
9
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
10
10
<style>
193
193
#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
194
194
details,.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
195
195
details{margin-left:1.25rem}
196
- details > summary {cursor : pointer;display : block;position : relative;line-height : 1.6 ;margin-bottom : .625rem ;-webkit-tap-highlight-color : transparent}
196
+ details>summary{cursor:pointer;display:block;position:relative;line-height:1.6;margin-bottom:.625rem;outline:none;-webkit-tap-highlight-color:transparent}
197
+ details>summary::-webkit-details-marker{display:none}
197
198
details>summary::before{content:"";border:solid transparent;border-left:solid;border-width:.3em 0 .3em .5em;position:absolute;top:.5em;left:-1.25rem;transform:translateX(15%)}
198
199
details[open]>summary::before{border:solid transparent;border-top:solid;border-width:.5em .3em 0;transform:translateY(15%)}
199
200
details>summary::after{content:"";width:1.25rem;height:1em;position:absolute;top:.3em;left:-1.25rem}
235
236
table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
236
237
table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
237
238
table.linenotable td.code{padding-left:.75em}
238
- table .linenotable td .linenos {border-right : 1px solid;opacity : .35 ;padding-right : .5em }
239
- pre .pygments .lineno {border-right : 1px solid;opacity : .35 ;display : inline-block;margin-right : .75em }
240
- pre .pygments .lineno ::before {content : "" ;margin-right : -.125em }
239
+ table.linenotable td.linenos,pre.pygments .linenos{border-right:1px solid;opacity:.35;padding-right:.5em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
240
+ pre.pygments span.linenos{display:inline-block;margin-right:.75em}
241
241
.quoteblock{margin:0 1em 1.25em 1.5em;display:table}
242
242
.quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em}
243
243
.quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
274
274
table.frame-none>:last-child>:last-child>*,table.frame-sides>:last-child>:last-child>*{border-bottom-width:0}
275
275
table.frame-none>*>tr>:first-child,table.frame-ends>*>tr>:first-child{border-left-width:0}
276
276
table.frame-none>*>tr>:last-child,table.frame-ends>*>tr>:last-child{border-right-width:0}
277
- table .stripes-all tr , table .stripes-odd tr : nth-of-type (odd ), table .stripes-even tr : nth-of-type (even ), table .stripes-hover tr : hover {background : # f8f8f7 }
277
+ table.stripes-all>*> tr,table.stripes-odd>*> tr:nth-of-type(odd),table.stripes-even>*> tr:nth-of-type(even),table.stripes-hover>*> tr:hover{background:#f8f8f7}
278
278
th.halign-left,td.halign-left{text-align:left}
279
279
th.halign-right,td.halign-right{text-align:right}
280
280
th.halign-center,td.halign-center{text-align:center}
290
290
ul li ol{margin-left:1.5em}
291
291
dl dd{margin-left:1.125em}
292
292
dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
293
- ol > li p , ul > li p , ul dd , ol dd , .olist .olist , .ulist .ulist , .ulist .olist , .olist .ulist {margin-bottom : .625em }
293
+ li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
294
294
ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
295
295
ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
296
296
ul.unstyled,ol.unstyled{margin-left:0}
297
+ li>p:empty:only-child::before{content:"";display:inline-block}
297
298
ul.checklist>li>p:first-child{margin-left:-1em}
298
299
ul.checklist>li>p:first-child>.fa-square-o:first-child,ul.checklist>li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
299
300
ul.checklist>li>p:first-child>input[type=checkbox]:first-child{margin-right:.25em}
336
337
#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
337
338
#footnotes .footnote:last-of-type{margin-bottom:0}
338
339
#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
339
- .gist .file-data > table {border : 0 ;background : # fff ;width : 100% ;margin-bottom : 0 }
340
- .gist .file-data > table td .line-data {width : 99% }
341
340
div.unbreakable{page-break-inside:avoid}
342
341
.big{font-size:larger}
343
342
.small{font-size:smaller}
@@ -481,7 +480,7 @@ <h2 id="_introduction"><a class="link" href="#_introduction">1. Introduction</a>
481
480
</tr>
482
481
<tr>
483
482
<th class="tableblock halign-left valign-top"><p class="tableblock">Revision</p></th>
484
- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 7e236bf958da0972f96a9c07e52a889ef7d99d9b </ code > </ p > </ td >
483
+ <td class="tableblock halign-left valign-top"><p class="tableblock"><code>f65636c2e1f9f1b75b7d626f70597fca179cd52b </code></p></td>
485
484
</tr>
486
485
<tr>
487
486
<th class="tableblock halign-left valign-top"><p class="tableblock">Project name</p></th>
@@ -833,4 +832,4 @@ <h4 id="_todo_5"><a class="link" href="#_todo_5">Todo</a></h4>
833
832
}
834
833
</script>
835
834
</body>
836
- </ html >
835
+ </html>
0 commit comments