Код: Выделить всё
@Configuration
@EnableWebMvc
@ComponentScan("spring.mvc")
public class MyWebConfig implements WebMvcConfigurer {
@Override
public void configureMessageConverters(List
Подробнее здесь: [url]https://stackoverflow.com/questions/78533625/why-spring-mvc-doesnt-include-all-necessary-dependencies[/url]