0
I’m having problems using Spring MVC, Google Chrome and Javascript.
Every time I create a new Javascript file, in my project using Spring, the browser does not recognize this file.
I’ve cleared the cache, and it hasn’t solved.
0
I’m having problems using Spring MVC, Google Chrome and Javascript.
Every time I create a new Javascript file, in my project using Spring, the browser does not recognize this file.
I’ve cleared the cache, and it hasn’t solved.
Browser other questions tagged javascript java web-application spring google-chrome
You are not signed in. Login or sign up in order to post.
I don’t know anything about Spring, can you explain better where JS comes in, how it is being included in HTML? It is the HTML that at the end will tell the browser which JS to load.
– bfavaretto
Post the code of how you are implementing JS
– DiegoAugusto