Spring Boot Request mapping not loading static resources
问题 I have a spring boot application where I serve some static jsp pages stored in directory src/main/webapp which includes some javascript references stored under directory "src/main/resources/static". When I do the requestmapping for "/somepath" then it successfully returns view that has javascript references in static resources folder such as "src/main/resources/static/lib/script.js" But the problem that I'm facing right now is when I do the @requestmapping to "/sompath/xyz" then I get HTTP