当前位置:网站首页>如何开启热部署Devtools
如何开启热部署Devtools
2022-08-10 03:11:00 【冰点契约丶】
- 导入依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
- 引入pom插件
<build>
<finalName>你自己的工程名字</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
<addResources>true</addResources>
</configuration>
</plugin>
</plugins>
</build>
- 开启自动配置
- 更新注册表: ctrl +shift+alt+/
- 重启
边栏推荐
- 笔试题记录
- Difference between netstat and ss command
- 快35了,还在“点点点”?那些入行几年的测试点工后来都怎么样了?
- Kotlin协程:父子协程的绑定与传递
- ...spread、命名空间、假报错、变化事件、async/await
- 树的介绍、树的定义和基本术语、二叉树的定义和性质、二叉树的顺序表示与实现和链式表示与实现以及树的遍历方法以及两种创建方式
- ARP欺骗-教程详解
- 金融口译,口译中金融高频词有哪些
- Take you to an in-depth understanding of the version update of 3.4.2, what does it bring to users?
- 轻流CEO薄智元:从无代码到无边界
猜你喜欢
Example 047: Functions Swap Variables
Instance 042: Variable scope
HackTheBox——Beep
是什么让训练综合分类网络艰苦?
高精度加法
[Semantic Segmentation] 2022-HRViT CVPR
清洁环保的小型风电滑环基本介绍
HACKTHEBOX——Bank
Excel Advanced Drawing Skills 100 Lectures (23) - Countdown Counting in Excel
[Red Team] ATT&CK - Self-starting - Self-starting mechanism using LSA authentication package
随机推荐
网路编程_调试accept
怎么进行服务器性能监控,有什么监控工具
HRnet
电子产品结构设计中的电磁兼容性(EMC)设计
【Image Classification】2022-ConvMixer ICLR
学习总结week4_1json
小程序导航及导航传参
...spread、命名空间、假报错、变化事件、async/await
第三章 搜索与图论(二)
goland控制台显示重叠问题解决方案
新零售社交电商APP系统平台如何打造公域+私域流量?
Pen paper records
所谓软件测试工作能力强,其实就是这 5 点
【IO复用】poll
Example 044: Matrix Addition
软件测试这些基本类型你知道吗?
线程和线程间通信(C语言)
plsql 查询数据库操作历史记录(Ctrl + e)
《天才基本法》:平行时空的第二次选择,小演员的表现意外出圈
Example 048: Number ratio size