fastjson2 icon indicating copy to clipboard operation
fastjson2 copied to clipboard

Optimize FastJsonHttpMessageConverter configuration document

Open MoshiCoCo opened this issue 1 year ago • 0 comments

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.

MoshiCoCo avatar Aug 25 '24 15:08 MoshiCoCo