Spring-boot Project (Idea Tool) thermal deployment (pro-Test effective)

Source: Internet
Author: User

Spring-boot Project Thermal Deployment Idea Tool:

(1), pom file introduction: All need to be true

<!--thermal deployment module-->
<dependency>
   <groupId>org.springframework.boot</groupId>
   < Artifactid>spring-boot-devtools</artifactid>
   <optional>true</optional> <!--this need for True hot deployment only works-->
</dependency>


<plugin>
   <groupId>org.springframework.boot</groupId>
   <artifactId> spring-boot-maven-plugin</artifactid>
   <configuration>
      <fork>true</fork>
   </configuration>
</plugin>

(2), idea compiler set File→setting→compiler


(3) Idea setting

Shortcut keys Ctrl+alt+shift/


Check

Restart the project to take effect. Parental test is effective.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.