Currently, I am working on a web application utilizing Spring MVC and Hibernate, deploying it on Apache Tomcat 8.
Most of my users access the app using Google Chrome. However, I have encountered an issue where whenever I update the CSS or JavaScript files and redeploy them on Tomcat, the changes do not reflect in the users' browsers.
As a temporary solution, I manually clear the cache in Chrome for the changes to appear to users.
Is there a way to disable the cache so that any changes I make to the application are instantly visible to users?