Intellij idea配置springMvc4.2.6

Spring MVC属于SpringFrameWork的后续产品,已经融合在Spring Web Flow里面。

环境:

Intellij iead 2016.1

java version "1.8.0_92"
Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)

新建项目

Intellij idea配置springMvc4.2.6

Intellij idea配置springMvc4.2.6

目录结构

Intellij idea配置springMvc4.2.6

配置web.xml

Intellij idea配置springMvc4.2.6

Web目录下新建目录view将index.jsp移动到view目录下

src目录下新建包com.spring.mvc,新建类名Controller

Intellij idea配置springMvc4.2.6

配置applicationContext.xml

Intellij idea配置springMvc4.2.6

Controllern内容

Intellij idea配置springMvc4.2.6

配置Tomcat

Intellij idea配置springMvc4.2.6

Intellij idea配置springMvc4.2.6

Intellij idea配置springMvc4.2.6

Intellij idea配置springMvc4.2.6

大功告成~

上一篇:PowerSploit 之 Invoke-DllInjection


下一篇:Eclipse中Tomcat的配置及简单例子