Home > Java > javaTutorial > body text

How to implement hot start in springboot

王林
Release: 2023-05-15 10:16:12
forward
1508 people have browsed it

Hot start dependency

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

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!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template