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

You need to add the "Maven Dependency" in the Deployment Assembly

right click on your project and choose properties.

click on Deployment Assembly.

click add

click on "Java Build Path Entries"

select Maven Dependencies"

click Finish.

Rebuild and deploy again

Note: This is also applicable fornon mavenproject.

你可能感兴趣的:(java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter)