idea 设置Spring Boot热部署

一、操作步骤

1、command + SHIFT + A --> 查找make project automatically(图1) --> 双击打开勾选(图2)

2、command + SHIFT + A --> 查找Registry(图3) --> 找到并勾选compiler.automake.allow.when.app.running(图4) 

3、修改pom.xml添加依赖(图5),重启idea即可

 

 

 

二、详细步骤

图1

idea 设置Spring Boot热部署_第1张图片

 

 

图2

idea 设置Spring Boot热部署_第2张图片

 

图3

idea 设置Spring Boot热部署_第3张图片

 

图4

idea 设置Spring Boot热部署_第4张图片

 

图5


    org.springframework.boot
    spring-boot-devtools
    true



    
        
            org.springframework.boot
            spring-boot-maven-plugin
            
                true
            
        
    

idea 设置Spring Boot热部署_第5张图片

 

 

Spring Boot与Spring Cloud学习使用可参看笔者博客

       ①Spring Cloud入门教程之服务注册与发现Eureka

       ②Spring Cloud入门教程之服务消费者 Ribbon

       ③Spring Cloud入门教程之服务消费者 Feign

       ④Spring Cloud入门教程之断路器 Hystrix

       ⑤Spring Cloud入门教程之断路由网关 Zuul

       ⑥Spring Cloud入门教程之分布式配置中心 Spring Cloud Config

       ⑦idea下新建Spring Boot项目并配置启动

       ⑧Spring Boot无法自动注入bean问题解决方案

       ⑨idea 设置Spring Boot热部署

 

 

你可能感兴趣的:(Spring,Boot,idea,Spring,Boot2.0系列教程)