在用MyEclipse时的时候,一个网页报出的错误。请问这种情况多数是因为什么而发生的?
HTTP Status 500 - Request processing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'noticeController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'noticeService' is defined
严重: Servlet.service() for servlet [Dispatcher] in context with path [/gdpostmap] threw exception [Request processing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'noticeController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'noticeService' is defined] with root cause
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'noticeService' is defined 不是404啊
[解决办法]
[解决办法]
No bean named 'noticeService' is defined
[解决办法]
同上 No bean named 'noticeService' is defined
[解决办法]
服务启动好了没
?