IDEA配置SpringBoot热部署(两种方式)

文章目录 方式一(添加依赖) 1.添加依赖 2.设置 方式二(热部署插件JRebel) 方式一(添加依赖) 1.添加依赖 使用spring-boot-devtools提供的开发者工具 spring-boot项目中引入以下依赖html <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring
相关文章
相关标签/搜索