Get Error creating bean with name 'resourceUrlEncodingFilter' defined in class path resource

37 Views Asked by At

I tried to upgrade the project's Java version(8 to 21) and Spring boot version(2.3.4 to 3.2.1 ).

I resolve the dependency and it's built successfully. Apache Tiles were used in this project.

But when I try to run it, I get this error.

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceUrlEncodingFilter' defined in class path resource

0

There are 0 best solutions below