I have a Spring framework application with a Maven project. In addition, I have CSS and JavaScript files under the WEB-INF folder. When attempting to link the JavaScript and CSS files like this:
<link rel="stylesheet" href="../allDesign/js/vendor/animsition/css/animsition.min.css">
I can access the URL through the project, but when trying to run it, I receive an error stating that the browser cannot find the source code.
The error message looks like this :
https://i.sstatic.net/AiaLI.jpg
Here is the structure of my project:
https://i.sstatic.net/lcQT5.jpg
Could you advise me on how to fix the URL? When I click the URL in NetBeans, NetBeans is able to locate my animsition.min.css file.