javascript - Js changes are not reflecting in the browser unless we redeploy the war file -


i have developed spring boot web application using intellij. every js , html change have redeploy war file in order changes reflected on browser. there way changes reflected on fly without redeploying?

you can implement real time caching nginx. create seperate project css , ui related changes , link assets folder of nginx. have start nginx server. when u changes in files, no need restart server again , again. more info https://www.nginx.com/blog/scaling-web-applications-nginx-part-ii-caching-monitoring/#caching


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -