In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
In this issue, the editor will bring you about how to achieve hot deployment through the integration of devtools in SpringBoot. The article is rich in content and analyzes and describes for you from a professional point of view. I hope you can get something after reading this article.
1. Maven dependency
Org.springframework.boot spring-boot-devtools true
2. When devtools is configured, any file items we modify in classpath will be restarted automatically.
(1) some resources do not necessarily need to trigger a restart when they are changed. For example, Thymeleaf templates can be edited in place. By default, changing the resource path includes: / META-INF/maven, / META-INF/resources, / resources, / static, / public, or / templates does not trigger a reboot, but triggers a real-time reload.
If you reverse exclude these paths, you can use the following configuration:
Spring.devtools.restart.exclude=static/**,public/**
(2) if you want to keep these default values and add other exclusions, use the spring.devtools.restart.additional-exclude property instead.
(3) through the System.setProperty ("spring.devtools.restart.enabled", "false"); method, you can turn off devtools when the SpringApplication.run () method is running.
(4) when we start App.java again, the loader used becomes restartedMain, indicating that the hot deployment has been successful.
Ps: other ways:
True
Examples are as follows
Org.springframework.boot spring-boot-maven-plugin true above is how to achieve hot deployment by integrating devtools in SpringBoot shared by Xiaobian, if you happen to have similar doubts. It may be understood with reference to the above analysis. If you want to know more about it, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.