SSM Tomcat启动时报错

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'controller': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDAO': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sst' defined in class path resource [spring.xml]: Cannot resolve reference to bean 'ssfb' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ssfb' defined in class path resource [spring.xml]: Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type 'java.lang.String' to required type 'org.springframework.core.io.Resource[]' for property 'mapperLocations'; nested exception is java.lang.IllegalArgumentException: Could not resolve resource location pattern [entity/*.xml]: ServletContext resource [/entity/] cannot be resolved to URL because it does not exist
![![图片说明](https://img-ask.csdn.net/upload/201711/29/1511939420_828291.png)图片说明](https://img-ask.csdn.net/upload/201711/29/1511939324_841746.png)图片说明

有没有加@Controller?

有没有加@Controller?

 注解没有加