是这样的,我新部署了一个springMVC工程,有两个配置文件,application.xml和springServlet-config.xml.<context:component-scan>在springServlet-config.xml里写的,程序成功运行,但是我看网上很多人的博客里的文章的<context:component-scan>标签都在application.xml文件里写的,所以我就将这句话移过去,发现报错了,报了很多Error creating bean with name 'springServlet',创建不了bean类这种错,请问各位大神,这个标签写的位置有什么其他需要注意的地方吗?
添加回答
举报
0/150
提交
取消