(1) 快捷键:
idea中查看方法参数;查看类、方法、属性注释
Ctrl+P:查看方法参数
Ctrl+Q:查看类、方法、属性注释
(2) 热部署:
准备工作:
将相关依赖引入到POM配置中:
<!-- 热部署 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
1.第一步:
2.第二步:
同时按 Ctrl+Shift+Alt+ / ,出现:
3.第三步: