I have developed a Spring Boot web application using IntelliJ. For every Js and html change I have to redeploy the war file in order to get the changes reflected on the browser. Is there any way to get the changes reflected on fly without redeploying?I have developed a Spring Boot web application