会员可以在此提问,百战程序员老师有问必答
对大家有帮助的问答会被标记为“推荐”
看完课程过来浏览一下别人提的问题,会帮你学得更全面
截止目前,同学们一共提了 133539个问题
Python 全系列/ 第十五阶段:自动化操作办公软件、邮件、定时任务等/自动化操作办公软件、邮件、定时任务等 15481楼
JAVA 全系列/第一阶段:AI驱动的JAVA编程/飞机大战小项目训练 15483楼
JAVA 全系列/第一阶段:AI驱动的JAVA编程/飞机大战小项目训练 15484楼
人工智能/(原)第十一阶段:机器学习与大数据-海量数据挖掘工具/Spark计算框架基础 15485楼

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:context="http://www.springframework.org/schema/context"
       xmlns:mvc="http://www.springframework.org/schema/cache"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                           http://www.springframework.org/schema/beans/spring-beans.xsd
                           http://www.springframework.org/schema/context
                           http://www.springframework.org/schema/context/spring-context.xsd
                           http://www.springframework.org/schema/mvc
                           http://www.springframework.org/schema/mvc/spring-mvc.xsd
                           http://www.springframework.org/schema/cache
                           http://www.springframework.org/schema/cache/spring-cache.xsd">

    <!--配置注解扫描-->
    <context:component-scan base-package="controller,interceptor"/>

    <!--配置注解驱动-->
    <mvc:annotation-driven/>

    <!--配置视图解析器-->
    <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
        <property name="prefix" value="/WEB-INF/jsp/"/>
        <property name="suffix" value=".jsp"/>
    </bean>

    <!--配置拦截器-->
    <mvc:interceptors>
        <!--配置全局拦截器-->
        <bean class="interceptor.MyInterceptor"/>
        <mvc:interceptor>
            <!--mapping: 配置拦截器的作用路径-->
            <mvc:mapping path="/**"/>
        </mvc:interceptor>
    </mvc:interceptors>
</beans>

引入了mvc标签但是使用不了什么原因,说检测不到

JAVA 全系列/第六阶段:项目管理与SSM框架/SpringMVC 15488楼
JAVA 全系列/第六阶段:项目管理与SSM框架/SpringMVC 15490楼
JAVA 全系列/第六阶段:项目管理与SSM框架/SpringMVC 15492楼
JAVA 全系列/第一阶段:AI驱动的JAVA编程/面向对象详解和JVM底层内存分析 15493楼
JAVA 全系列/第一阶段:AI驱动的JAVA编程/面向对象详解和JVM底层内存分析 15494楼

课程分类

百战程序员微信公众号

百战程序员微信小程序

©2014-2025百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园
网站维护:百战汇智(北京)科技有限公司
京公网安备 11011402011233号    京ICP备18060230号-3    营业执照    经营许可证:京B2-20212637