Springboot2.0+ intercepts static resources

after upgrading the project to spring2.0, it was found that static resources were blocked.

because there are many kinds of static resources used in the project. Is there any elegant way to release static resources?

the one that doesn"t really want to exclude suffixes. Because it"s not very versatile.

Mar.24,2021

static files will not be intercepted if you put them in the static or public folder.

Menu