步骤(以访问流程)
一 导包
添加依赖
二,请求访问到http://localhost:8080/hello
三,配置web.xml文件
四,在web.xml中加载springmvc核心配置文件
五,配置springmvc核心配置文件
在核心配置文件中添加包扫描
六,写controller控制类
七,填写jsp模板页面文件
步骤(以访问流程)
一 导包
添加依赖
二,请求访问到http://localhost:8080/hello
三,配置web.xml文件
四,在web.xml中加载springmvc核心配置文件
五,配置springmvc核心配置文件
在核心配置文件中添加包扫描
六,写controller控制类
七,填写jsp模板页面文件