怎么配置idea+ springboot热部署
小编这次要给大家分享的是怎么配置idea+ springboot热部署,文章内容丰富,感兴趣的小伙伴可以来了解一下,希望大家阅读完这篇文章之后能够有所收获。
热部署:
载入开发工具:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency>
设置配置<fork>true</fork>:
<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <fork>true</fork> </configuration> </plugin>
idea配置:
CTRL + SHIFT + ALT + / 打开注册表,勾选以下的标记。可直接搜索获取到。
看完这篇关于怎么配置idea+ springboot热部署的文章,如果觉得文章内容写得不错的话,可以把它分享出去给更多人看到。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。