项目使用 Maven、Spring Boot、Angular、Visual Studio Code 编辑器。
如何配置项目以在角度文件更改时重新加载浏览器?
有了 pom.xml 中的这种依赖关系,浏览器会在 java 文件更改时重新加载。
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
</dependency>
Run Code Online (Sandbox Code Playgroud)