问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

...问题Error creating bean with name 'org.springframework.web.servl...

发布网友 发布时间:2024-10-17 11:12

我来回答

4个回答

热心网友 时间:2024-11-01 23:23

我的也出现这种问题,发现是因为我添加了这个  

拦截器中增加针对静态资源不进行过滤(涉及spring-mvc.xml)

<mvc:resources location="/" mapping="/**/*.js"/>  

<mvc:resources location="/" mapping="/**/*.css"/>  

<mvc:resources location="/assets/" mapping="/assets/**/*"/>  

<mvc:resources location="/images/" mapping="/images/*" cache-period="360000"/>


下面的部分是问题真正原因,删除掉就好了

<mvc:interceptors>

<mvc:interceptor>

<mvc:mapping path="/**/*"/>

<mvc:exclude-mapping path="/**/fonts/*"/>

<mvc:exclude-mapping path="/**/*.css"/>

<mvc:exclude-mapping path="/**/*.js"/>

<mvc:exclude-mapping path="/**/*.png"/>

<mvc:exclude-mapping path="/**/*.gif"/>

<mvc:exclude-mapping path="/**/*.jpg"/>

<mvc:exclude-mapping path="/**/*.jpeg"/>

<mvc:exclude-mapping path="/**/*login*"/>

<mvc:exclude-mapping path="/**/*Login*"/>

<bean class="com.luwei.console.mg.interceptor.VisitInterceptor"></bean>

</mvc:interceptor>

</mvc:interceptors>

热心网友 时间:2024-11-01 23:27

缺少aspectj-1.6.10.jar和aspectjweaver-1.6.9 吧

热心网友 时间:2024-11-01 23:28

'(inner bean)':
: Cannot resolve reference to bean 'conversionService'

一个属性,没法初始化 。。。。。。。。。。。。

热心网友 时间:2024-11-01 23:31

Invalid bound statement (not found): cn.itsun.springmvc.service.ItemService.findItemsList

<servlet><servlet-name>springmvc</servlet-name>

<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>

<init-param><param-name>contextConfigLocation</param-name>

<param-value>classpath:springmvc.xml</param-value>

</init-param>

</servlet>

<servlet-mapping>

<servlet-name>springmvc</servlet-name>

<url-pattern>*.action</url-pattern>

</servlet-mapping><context-param>

<param-name>contextConfigLocation</param-name>

<param-value>classpath:applicationContext.xml</param-value>

</context-param>

<listener>

<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>

</listener>

web层     controller   使用springmvc技术

service层   不变

dao层   mapper   使用mybatis技术

使用mapper的动态代理开发在写接口时遵循4个原则:

1.接口的方法名 == mapper.xml文件中的id

2.接口的类全路径 == mapper.xml文件中的namespace

3.接口的入参类型 == mapper.xml文件中的resultType

4.接口的返回值类型  == mapper.xml文件中的parameterType

sqlMapConfig.xml文件中 

1)自定义别名:

<typeAliases>

<pacakge name="cn.itsun.pojo" />  (批量自定义别名,别名为类名,大小写不敏感)

或者<typeAlias type="cn.itsun.pojo.User" alias="user" /> (单个自定义别名)

<typeAliases/>

2)sqlMapConfig.xml与mapper.xml文件的映射:

<mappers>

<mapper resource="User.xml" />

<mapper class="cn.itsun.mapper.User.xml" /> (指定接口的类路径)

<package name="cn.itsun.mapper" /> (指定包下的所有mapper接口的xml文件)

(第二种 和 第三种需要把mapper.xml和mapper接口放在一起)

<mappers/>

注意:在配置mybatis和springmvc整合时

在applicationContext.xml文件中写扫描语句后,就不用配置与mapper.xml文件的映射了

<!-- Mapper动态代理开发  之  扫描 -->

<bean class="org.mybatis.spring.mapper.MapperScannerConfigurer">

<!-- 指定一个基本包 -->

<property name="basePackage" value="cn.itsun.springmvc.dao"/>

</bean>

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
西宁出发经甘南、川西到云南自驾游最佳路线 有没有哪些摇滚比较好的女歌手? 王红都唱歌哪些歌曲? 王红是李春波的老婆吗? 周五买的基金周一有收益嘛? 成语:过隙白驹是什么意思?有什么样的典故和故事? 如何评价华语乐坛王菲,林忆莲,李玟,张惠妹,那英的唱功地位 如何评价王菲和李玟的性格对比?人生阅历有多大的不同? 李玟去世:广告语 ldquo 大家好才是真的好 rdquo 是不是李玟的作品? 地脚线用什么颜色的好 地脚线和什么颜色搭配 ...org.springframework.beans.factory.BeanCreationException: Error c... 同一个属相的生日差不了一百天,是不是不能在一起 商家说发货了,可是我等了三天了还是没有等到,物流客服说订单号查不... 马桶下水道管堵塞怎么办 you must select a folder where Matlab is already installed 地址用英文怎么表达 拔掉智齿后周围的牙根部酸怎么回事 ...NotFoundException: org.springframework.boot.origin.OriginLookup... 如果 你遇到一个和你是同一天生日的。算是巧合吧。如果你遇到一个大... 不确定度求法 要怎样才能提高DNF角色的攻击力? dnf怎么提高普通攻击力 DNF怎么样提高攻击力 DNF中如何提高攻击力 问:如果 你遇到一个和你是同一天生日的。算是巧合吧。如果你遇到一个... ...resource [/WEB-INF/classes/applicationConte 不确定度如何求? 成人高考跟自考应聘时一样吗,请应聘过的人回答,谢谢 拔的右下鄂阻生智齿,拔完输了两天液,然后一直吃头孢类消炎药,四天了... ...伴球腔变形 有充血症状,还有慢性非萎缩性胃炎伴糜烂 会癌变吗_百 ... ...最近打死不干,还特意把它栓在卫生间附近引导,它情愿憋着,等你一... 卖场玄机:终端操作的有效技巧图书信息 ...org.springframework.beans.factory.BeanCreationException 小学生什么时候转学合适? ...下巴还是很麻,消炎药连续吃了四天,第五天还是麻木的也没吃消炎药了... 蒙德法评价规定 光谱法测试 安全评价方法1.10 ICI蒙德火灾、爆炸、毒性指标评价法 卖场玄机:终端操作的有效技巧作者简介 男友保存了网上女的自拍图和不堪的那些图,精神出轨了,我受不了怎么办... 关于人生感悟的句子【精选101句】 对生活感慨的句子精选174句 辛苦励志的句子【精选101句】 ...org.springframework.beans.factory.BeanCreationException..._百度... ...固件4.3.1卸载百度输入法后无法重启springboard 恐龙岛怎么顶龙 卖场玄机:终端操作的有效技巧图书信息 卖场玄机图书目录 卖场玄机:终端操作的有效技巧作者简介 对于三叶罗茨风机厂家,哪家口碑更好?