I'm trying to load JS file in another directory to an HTML file that I'm working on. I tried the code below but it seems to be not working with error 404. What is the problem here?
<script th:src="@{../../one-ui/src/assets/_js/pages/dashboard.min.js}"></script>
Path of the js file: JavaProject\src\main\resources\one-ui\src\assets\ _js\pages\dashboard.min.js
Path of the html file: JavaProject\src\main\resources\templates\dashboard\graph.html