Spring boot+ intellj Idea Devtool set up a hot deployment

Source: Internet
Author: User
Tags browser cache

Two steps:

One, 1, CTRL + SHIFT + A--Find make Project automatically---check
2. CTRL + SHIFT + A--Find registry--Find and tick compiler.automake.allow.when.app.running

Finally, restart idea.

Second, the use of spring-boot-1.3 to start with the thermal deployment function
1. Add Maven Dependency
XML code <dependency> <groupId>org.springframework.boot</groupId> &LT;ARTIFAC Tid>spring-boot-devtools</artifactid> <optional>true</optional> </dependen Cy>
2. Open Hot Deployment
XML code    <build>           <plugins>                <plugin>                   <groupid >org.springframework.boot</groupId>                    <artifactId>spring-boot-maven-plugin</artifactId>                    < configuration>                        <fork>true</fork>                    </configuration>               </plugin>            </plugins>       </build>  

Third, Chrome disables caching
F12 (or Ctrl+shift+j or ctrl+shift+i)--NetWork-to-Disable Cache (while DevTools is open)

At this point, in idea can be happy to modify the code, the changes can be timely to see the effect, no need to manually restart and clear the browser cache

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.