SSM报错整理

1.org.springframework.web.context.ContextLoaderListener

项目找不到ContextLoaderListener

方法:

1.在web.xml中加入  监听
    
    org.springframework.web.context.ContextLoaderListener
     

补充:这种方法不完全

解决方法:

1. 右键单击工程项目 ->点击 properties
2. 选择 Deployment Assembly
3. 点击 Add -> Java Build Path Entries -> Next
4. 选择 Maven Dependencies -> Finish -> Apply -> OK
5. Clean project and server. 重启server

你可能感兴趣的:(SSM报错整理)