Spring Boot, update frontend without restarting the application
问题 In the Spring Boot make the frontend part update without restarting the application? 回答1: I'm an Eclipse user (via Spring Tool Suite) and I never have any problems with reloading static content if the app is running in debug mode. Just right click on the main class and "Debug As->Java App" (or "Spring Boot App", it's the same). You have to also ensure that the workspace is configured to "Build Automatically", but that is the default as far as I know. I can't offer such specific advice for