Quick Retrieve on Google     Quick Retrieve on Bing

Combine Art and Sciences

Blogs transfered from: blog.csdn.net/sonictl

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
The Mechanism of Spring MVC

Configure First SpringMVC project in IntelliJ IDEA 13

The Mechanism of Spring MVC frameworks by Java is shown in the img above.

1. Open IntelliJ IDEA
Creat Project, Select "Spring MVC" -> next->finish

Project name: spr_learn
Project Location:...
Base Package: cn.cigit

we get:


2. Test :


Generated a .war file in Project Path: \spr_learn\target  --> copy spr_learn.war file into TomCat Home/ webapps to finish the deployment.

Try to run this project , I met error in Chrome Explorer:

HTTP Status 500 - Servlet.init() for servlet mvc-dispatcher threw exception



posted on 2014-10-11 15:36  sonictl  阅读(168)  评论(0编辑  收藏  举报