当前位置:网站首页>Idea uses dev tool to realize hot deployment
Idea uses dev tool to realize hot deployment
2022-07-28 05:39:00 【jekyhu】
- step
pom File add dependency package
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork><!-- This configuration must be added -->
</configuration>
</plugin>
</plugins>
</build>- IDEA To configure
idea It's going to have ,windows and mac⼀ sample
settings---->compiler---->build project


- Use the shortcut keys to open , choice Registry choice compiler.automake.allow.when.app.running , restart idea Just go !!!
- Note the default shortcut keys :
- window Shortcut key Shift+Ctrl+Alt+/
- mac Shortcut key Shift+Command+Alt+/


边栏推荐
猜你喜欢

Tomato timing dimming table lamp touch chip-dlt8t10s-jericho

冶金物理化学复习 -- 金属电沉积过程中的阴极极化,超电势以及阳极和阳极过程

多线程进阶:volatile的作用以及实现原理

Invalid bound statement (not found): com.exam.mapper.UserMapper.findbyid

VMware Workstation 与 Device/Credential Guard 不兼容。禁用 Device/Credential Guard

The difference between get and post

latex和word之间相互转换

论文写作用词

The Monte Carlo method solves the PI and draws points with turtle, and completes the progress bar problem

How Visio can quickly generate the same pattern and image matrix
随机推荐
JVM notes 3: class loading and bytecode Technology
restFul接口使用个人总结
There is no crossover in the time period within 24 hours
Mysql数据库索引(innodb引擎)
openjudge:字符串最大跨距
多线程进阶:锁的策略
科研论文写作方法:在方法部分添加分析和讨论说明自己的贡献和不同
Framework step by step easy-to-use process
Digital twin solutions inject new momentum into the construction of chemical parks
RESNET structure comparison
集合框架的操作使用
论文模型主图范例
Advanced multithreading: Lock strategy
LocalDateTime去掉T,JSONField失效
URL form
Openjudge: patient queuing
openjudge:判断字符串是否为回文
架构设计思考之一(SSO设计)
Oracle创建表、删除表、修改表(添加字段、修改字段、删除字段)语句总结
PyTorch 使用 MaxPool 实现图像的膨胀和腐蚀