I'm starting to like using visual studio code for my spring boot projects. But the problem is whenever I change the static files like js and CSS, I must stop and start the project. Previously when I using STS / Eclipse as my IDE, I don't have problem reloading the static contents (I just refresh my browser). Is there any way I can achieve the auto reload static content for my Java Spring Boot Project in Visual Studio Code?
↧