Home  >  Article  >  Java  >  How to implement hot start in springboot

How to implement hot start in springboot

王林
王林forward
2023-05-15 10:16:121494browse

Hot start dependency

<dependency>
  <groupid>org.springframework.boot</groupid>
  <artifactid>spring-boot-devtools</artifactid>
</dependency>

idea will not be automatically compiled by default, you also need to set the idea to automatically compile

Settings>Compiler> Check Build project automatically

How to implement hot start in springboot

shift ctrl alt / Open the Registry. Check compiler.automake.allow.when.app.running

How to implement hot start in springboot

How to implement hot start in springboot

The above is the detailed content of How to implement hot start in springboot. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete