@@ -1252,8 +1252,13 @@ <h3 id="_what_is_a_proper_way_to_set_up_swagger_ui_to_use_provided_spec_yml">Wha
12521252 return new SpringDocConfiguration();
12531253}
12541254@Bean
1255- public SpringDocConfigProperties springDocConfigProperties() {
1255+ SpringDocConfigProperties springDocConfigProperties() {
12561256 return new SpringDocConfigProperties();
1257+ }
1258+
1259+ @Bean
1260+ ObjectMapperProvider objectMapperProvider(SpringDocConfigProperties springDocConfigProperties){
1261+ return new ObjectMapperProvider(springDocConfigProperties);
12571262}</ code > </ pre >
12581263</ div >
12591264</ div >
@@ -1901,7 +1906,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
19011906</ div >
19021907< div id ="footer ">
19031908< div id ="footer-text ">
1904- Last updated 2022-04-22 02:32:02 +0200
1909+ Last updated 2022-04-23 17:24:53 +0200
19051910</ div >
19061911</ div >
19071912< script src ="js/highlight/highlight.min.js "> </ script >
@@ -1913,12 +1918,14 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
19131918</ script >
19141919< script type ="text/javascript " src ="js/tocbot/tocbot.min.js "> </ script >
19151920< script type ="text/javascript " src ="js/toc.js "> </ script >
1916- < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-143834491-1 "> </ script >
1921+ <!-- Global site tag (gtag.js) - Google Analytics -->
1922+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-1GEGWXWNH4 "> </ script >
19171923< script >
19181924 window . dataLayer = window . dataLayer || [ ] ;
19191925 function gtag ( ) { dataLayer . push ( arguments ) ; }
19201926 gtag ( 'js' , new Date ( ) ) ;
1921- gtag ( 'config' , 'UA-143834491-1' ) ;
1927+
1928+ gtag ( 'config' , 'G-1GEGWXWNH4' ) ;
19221929</ script >
19231930</ body >
19241931</ html >
0 commit comments