In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces the relevant knowledge of "the method of springboot customizing starter". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Starter
What are the dependencies to be used in this scenario?
How to write automatic configuration
/ / some common annotations and functions of automatic configuration class configuration @ Configuration / / specify that this is a configuration class @ ConditionalOnXxx / / automatic configuration classes take effect under specified conditions @ AutoConfigureAfter / / specify the order of automatic configuration classes @ Bean / / add components @ ConfigurationProperties / / bind related configurations @ EnableConfigurationProperties / in conjunction with related XxxProperties classes to the container / / make XxxProperties effective and add to the container / / how to automatically configure classes Auto load / / configuration classes that need to be loaded automatically at startup Configure to classpath:META-INF/spring.factories # Auto Configureorg.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration,\ org.springframework.boot.autoconfigure.aop.AopAutoConfiguration,\
Pattern
The initiator is only used for dependency import
The automatic configuration module should be independent of the initiator
Initiator depends on automatic configuration
When in use, you only need to introduce the initiator, and the automatic configuration module is automatically imported by the initiator through dependencies.
Naming mode: custom initiator name-spring-boot-starter
This is the end of the content of "springboot's method of customizing starter". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
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.