'Problem with relative path when applying js file from another directory

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source