java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter

1,如果出现下面的错误信息,如果你的项目是Maven结构的,那么一般都是你的项目的Maven Dependencies没有添加到项目的编译路径下。

java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter。。

2,解决方案:选中项目->右键Properties->选择Deployment Assemby->选择Add->选中Java Build Path Entries->Next->选择Maven Dependencies->Finish->Apply

posted @ 2018-09-17 17:51  Kingram  阅读(901)  评论(0编辑  收藏  举报