I am working on the Maven-based Project where I have to create a jar file that contains JavaScript file(E.g Bar chart) and in the second project, I have the Thymeleaf template, where I have to load the jar file to view the contents. Actually it is a modular-based Project.
The question is how can i load the executed jar/war file of the Maven-based project to the second Thymeleaf-based project to view the contents on it?
Thanks in Advance.
