SpringMVC---配置与使用的示例-创新互联

SpringMVC是Spring的一个组件,所以我们在使用SpringMVC的时候也会使用到Spring

让客户满意是我们工作的目标,不断超越客户的期望值来自于我们对这个行业的热爱。我们立志把好的技术通过有效、简单的方式提供给客户,将通过不懈努力成为客户在信息化领域值得信任、有价值的长期合作伙伴,公司提供的服务项目有:域名注册、网页空间、营销软件、网站建设、德阳网站维护、网站推广。

使用环境

  • JDK:1.8
  • Tomcat:9.0.3
  • spring:5.2.8
  • 编译器:IDEA2019

1、导包

需要引入Spring-web和Spring-webmvc两个包,可以到maven仓库里面去下载或者使用maven依赖

2、ApplicationContext.xml配置(Spring的核心配置文件)

  • ApplicationContext.xml文件需要放在WEB-INF下,并且需要把名字改为拦截的serlvet-name+ -Servlet,比如我这边的拦截名字为mvc,所以我需要把配置文件名改为mvc-Servlet.xml
  • 如果不放在WEB-INF下,需要在web.xml文件中进行路径配置(如下web.xml文件中的init-param标签配置)
  • 注意命名空间的问题
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="/tupian/20230522/"
 xmlns:xsi="/tupian/20230522/XMLSchema-instance"
 xmlns:context="/tupian/20230522/"
 xmlns:mvc="/tupian/20230522/"
 xsi:schemaLocation="http://www.springframework.org/schema/beans
 /tupian/20230522/spring-beans.xsd http://www.springframework.org/schema/context /tupian/20230522/spring-context.xsd http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd">

  <!-- 开启spring注解驱动-->
   <context:component-scan base-package="com.cjh"/>
  <!-- 开启mvc注解驱动-->
   <mvc:annotation-driven></mvc:annotation-driven>
</beans>

当前标题:SpringMVC---配置与使用的示例-创新互联
标题链接:https://www.cdcxhl.com/article4/ddgeie.html

成都网站建设公司_创新互联,为您提供关键词优化品牌网站制作网站建设用户体验网站改版企业建站

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

h5响应式网站建设