XML Configuration Equivalent of @EnableHypermediaSupport
问题 I was reading through an article on REST API development with Spring-HATEOAS, as well as browsing the project page and docs, but have so far only seen example code using Java configuration. Is there an XML equivalent to @EnableHypermediaSupport and the configuration seen in the article's example? @Configuration @ComponentScan @EnableWebMvc @EnableHypermediaSupport class WebMvcConfiguration extends WebMvcConfigurationSupport { @Override public void configureContentNegotiation