Using web-jar in Spring boot, Ensure IDE automatically Downloads POM dependencies
While learning spring boot, I came across feature known as web-jars. WebJars are very helpful for static content management. I.e you don’t have to manually map in your CSS and JS file paths. WebJars, once dependency added in your project, they would download your dependencies …