idea 相关设置

1、 编辑框背景色

2、

3、

4、

5、

6、springboot热部署



(1)File-Settings-Compiler-Build Project automatically
(2)ctrl + shift + alt + / ,选择Registry,勾上 Compiler autoMake allow when app running
(3) 引入devtools

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <scope>runtime</scope>
            <optional>true</optional>
</dependency>

(4) 修改配置 editor


https://blog.csdn.net/weixin_39598206/article/details/105576166

posted @ 2021-03-23 10:01  zhanglw  阅读(35)  评论(0)    收藏  举报