当前位置:网站首页>如何开启热部署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+/

- 重启
边栏推荐
猜你喜欢

Robust Real-time LiDAR-inertial Initialization (Real-time Robust LiDAR Inertial Initialization) Paper Learning

How does a new tester do functional testing?Test thinking is really important

【Image Classification】2022-ResMLP

从零开始配置 vim(9)——初始配置

清洁环保的小型风电滑环基本介绍

socket编程基础

小程序导航及导航传参

怎么进行服务器性能监控,有什么监控工具

兴业数金一面

How to quickly become a software test engineer?What skills do testers need for a monthly salary of 15k?
随机推荐
【红队】ATT&CK - 自启动 - 注册表运行键、启动文件夹
Example 043: Scope, class methods and variables
金融财经翻译的行业前景如何
charles的功能操作
C - The Battle of Chibi (dp加树状数组前缀和优化)
Web mining traceability?Browser browsing history viewing tool Browsinghistoryview
软件的生命周期(软件工程各阶段的工作)
高精度加法
applet wxs
Research on IC enterprises
【IO复用】poll
shell文本编辑awk
学习总结week4_1json
flex 的 三个参数:flex-grow、flex-shrink、flex-basis
PC摄像头设置 默认摄像头设置 win11 默认摄像头设置
元宇宙+NFT是“宝”还是“炒”
盘式导电滑环的优点和缺点
Example 044: Matrix Addition
Chip Accelerator
驱动程序开发:无设备树和有设备树的platform驱动