只需要修改web.xml文件
Archetype Created Web Application contextConfigLocation classpath:spring.xml,classpath:spring-hibernate.xml encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding utf-8 forceEncoding true encodingFilter /* openSessionInViewFilter org.springframework.orm.hibernate4.support.OpenSessionInViewFilter singleSession true org.springframework.web.context.ContextLoaderListener org.springframework.web.util.IntrospectorCleanupListener spring mvc servlet rest org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:spring-mvc.xml 1 rest / openSessionInViewFilter / 30 /index.html
将*.do改成/就好了,就是rest那个和openSessionInViewFilter那个。