spring mvc使用@Controller返回的html视图
First the DispatcherServlet is invoked by the Servlet Container.The DispatcherServlet finds a mapping which maps to the home method of your Controller and the home method returns a view name "Hell