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
shift ctrl alt / Open the Registry. Check compiler.automake.allow.when.app.running
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!