姜姜好呢 2018-02-01 03:52 采纳率: 100%
浏览 2479
已采纳

求解:<mvc:interceptors>标签问题

今天想写拦截器,但是出现问题。一直报org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.handler.MappedInterceptor#1': Cannot create inner bean 'interceptor.PermissionInterceptor#0' of type [interceptor.PermissionInterceptor] while setting constructor argument; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [interceptor.PermissionInterce ptor] for bean with name 'interceptor.PermissionInterceptor#0' defined in file [D:\Documents\eclipseProjects\SIMS\target\SIMS-0.0.1-SNAPSHOT\WEB-INF\classes\spring-web.xml]; nested exception is java.lang.ClassNotFoundException: interceptor.PermissionInterceptor
配置文件中写的是我自己想写的拦截器类PermissionInterceptor就不行,换成springwebjar包下的interceptor类就可以启动不报错,请问这是什么原因?怎么样才能用我自己写的interceptor。(注:同事说jdk换成1.8就好了,我的jdk是1.6,1.6也支持interceptor哇,求大神给讲讲)

  • 写回答

4条回答 默认 最新

  • 龙腾刚 2018-02-01 05:48
    关注

    你自己的写的拦截器 需要继承一个拦截器的类

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥200 uniapp长期运行卡死问题解决
  • ¥15 latex怎么处理论文引理引用参考文献
  • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?
  • ¥15 为什么使用javacv转封装rtsp为rtmp时出现如下问题:[h264 @ 000000004faf7500]no frame?
  • ¥15 乘性高斯噪声在深度学习网络中的应用