IntelliJ IDEA
快捷键 | 作用 |
---|---|
command+g | 快速生成代码 |
spring 热部署
xml
// devtools
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
IntelliJ IDEA 设置
- setting -> Build, Execution, Development -> Build project automatically
- setting -> advanced settings -> compiler -> Allow auto-make to start even if developed application is currently running