parent
40ed4e78be
commit
692ced8046
|
|
@ -5110,7 +5110,7 @@ public class WebConfig extends WebMvcConfigurerAdapter {
|
|||
|
||||
@Override
|
||||
public void configureContentNegotiation(ContentNegotiationConfigurer configurer) {
|
||||
configurer.setFavorPathExtension(false).setFavorParameter(true);
|
||||
configurer.favorPathExtension(false).favorParameter(true);
|
||||
}
|
||||
}</programlisting>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue