Idea快捷键 之 Springboot 与 热部署

(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.第三步:

 

 

全部评论

相关推荐

点赞 评论 收藏
转发
点赞 收藏 评论
分享
牛客网
牛客企业服务