SpringBoot 热部署

SpringBoot的热部署方式分为两种 ● SpringLoader插件 ● DevTools工具 1.创建项目 2.修改pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>
相关文章
相关标签/搜索