We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ed4e7 commit 692ced8Copy full SHA for 692ced8
src/reference/docbook/mvc.xml
@@ -5110,7 +5110,7 @@ public class WebConfig extends WebMvcConfigurerAdapter {
5110
5111
@Override
5112
public void configureContentNegotiation(ContentNegotiationConfigurer configurer) {
5113
- configurer.setFavorPathExtension(false).setFavorParameter(true);
+ configurer.favorPathExtension(false).favorParameter(true);
5114
}
5115
}</programlisting>
5116
0 commit comments