[QUESTION] 求一个springmvc 7.0版本及以上的集成文档
- Dominant language
- Java
- Stars
- 4.4k
- Forks
- 613
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 6
Description
### Springmvc 7.0及以上的集成文档
现在spring的文档中提到的
org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport#configureMessageConverters(java.util.List>)
方法被标记为从springmvc7.0开始被弃用,新版的方法改为了提供HttpMessageConverters.ServerBuilder,其中没有办法直接操作消息转换器列表,改为了不同类型的消息使用不同的转换器,我试着配置了withJsonConverter,但是不能用,配置了xml格式的转换器后可以使用,但是我觉得应该不是这样改的
Contributor guide
Research direction
Start by reviewing the Spring MVC 7.0 deprecation of WebMvcConfigurationSupport#configureMessageConverters and the HttpMessageConverters.ServerBuilder API. Compare the reported withJsonConverter and XML converter configurations, then document the correct fastjson2 integration and the expected message-converter behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100