1.org.springframework.web.context.ContextLoaderListener
項(xiàng)目找不到ContextLoaderListener
方法:
1.在web.xml中加入 監(jiān)聽
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
補(bǔ)充:這種方法不完全
解決方法:
1. 右鍵單擊工程項(xiàng)目 ->點(diǎn)擊 properties
2. 選擇 Deployment Assembly
3. 點(diǎn)擊 Add -> Java Build Path Entries -> Next
4. 選擇 Maven Dependencies -> Finish -> Apply -> OK
5. Clean project and server. 重啟server