【笔记】SpringBoot热部署 发表于 2020-09-02 更新于 2025-12-19 阅读次数: 前言SpringBoot热部署 添加依赖 编辑pom.xml配置文件 12345<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope></dependency> 完成