I\'m trying to run Spring boot app with some HTML5 and JavaScript and I have a problem.
I have project structure like this:
My Spring MVC Controller
just for anyone to find this page with the same issue. The way I resolved the 'script is not executed' problem was pretty simple.
Simply replaced :
with
(Test is located in 'static/js/src') Hopefully this is helpful to anyone but me :)
cheers