springboot热部署

/ 随笔 / 0 条评论 / 173浏览

开发引擎:IEDA

  1. 在pom中直接引入依赖
  2. <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    <optional>true</optional>
    
  3.  “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中 “Build project automatically” 
  4. 修改页面模板后 ctrl+f9;修改java代码后使用ctrl+shift+f9
  5. 组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中 “compiler.automake.allow.when.app.running”