标签: spring maven spring-boot
我在当前的Spring引导应用程序中添加了spring boot dev tool依赖性,但是当用mvnw spring-boot:run运行该应用程序时,似乎无法识别Java中所做的更改
spring boot dev tool
mvnw spring-boot:run
我确实使用Eclipse来更改代码并启用automatically build.并刷新我的代码。因此,我认为最新的.class文件应位于/target目录下
automatically build.
/target
mvnw完全支持热插拔吗?
mvnw