Context path used to handle the remote connection.spring.devtools.remote.debug.enabled=true#Enable remote debug support.spring.devtools.remote.debug.local-port=8000#Local remote debug server port....
at org.springframework.boot.devtools.restart.DefaultRestartInitializer.getUrls(DefaultRestartInitializer.java:93) at org.springframework.boot.devtools.restart.DefaultRestartInitializer.getInitialUrls...
只不过 Spring Boot 提供了一个spring-boot-devtools的模块&xff0c;使得 Spring Boot应用支持热部署&xff0c;无需手动重启Spring Boot应用&xff0c;xff0c;提高开发者的开发效率。接下来&xff0c;聊一聊Spring Boot 开发环境...