fastjson2
fastjson2 copied to clipboard
Optimize FastJsonHttpMessageConverter configuration document
What this PR does / why we need it?
Starting from Spring 5.0, WebMvcConfigurerAdapter has been deprecated.
This PR adds a direct implementation of the WebMvcConfigurer interface configuration method. There is no need to use the WebMvcConfigurerAdapter adapter.