Controller invalidation in spring MVC

Source: Internet
Author: User

Long time no programming, recently configured a SPRINGMVC project, the result controller has failed, any path is not intercept, vomit me ...

The result is that there is a problem with SPRINGMVC configuration, there are two configurations of SPRINGMVC:

One is:

1<Bean2         class= "Org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter" >3<property name= "Messageconverters" >4<list>5<Bean6                     class= "Org.springframework.http.converter.StringHttpMessageConverter" >7<property name= "Supportedmediatypes" >8<list>9<value>text/plain;charset=UTF-8</value>Ten</list> One</property> A</bean> -</list> -</property> the</bean>

This configuration method can prevent @responsebody return view garbled, so manually configure the bean, it cannot be used with <mvc:annotation-driven/>

Another type of:

1 <mvc:annotation-driven/>

Before the project I used the first method of configuration, the project can run normally, no error, but after changing a computer, will appear this article began to mention the problem.

The workaround is to configure it with the second method.

Why is this, I do not know.

Controller invalidation in spring MVC

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.