mica-auto
原理爲採用Annotation Processor
註解處理技術,編譯期間自動生成 Spring boot starter
的一些基礎配置。在 Spring cloud
微服務核心組件 Mica
(雲母)以及 pig
,Springblade
中大量使用。vue
@Component
的註解類生成到 spring.factories
中。spring-devtools.properties
。spring-boot-configuration-processor
和 spring-boot-autoconfigure-processor
避免項目中引入過多依賴。@FeignClient
的接口到 spring.factories 中,供 mica 中完成 Feign 自動化配置。@AutoContextInitializer
支持 org.springframework.context.ApplicationContextInitializer
。@AutoListener
支持 org.springframework.context.ApplicationListener
。@AutoFailureAnalyzer
支持 org.springframework.boot.diagnostics.FailureAnalyzer
。gradle
到 5.4.1
。google auto
到 1.0-rc5
。lombok
到 1.18.8
,Spring Boot
到 2.1.5.RELEASE
。注意:
若是你項目中使用了 Lombok
請將 mica-auto
的依賴放置到 Lombok
後面。git
<dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-auto</artifactId> <version>1.1.0</version> <scope>provided</scope> </dependency>
annotationProcessor("net.dreamlu:mica-auto:1.1.0")
compileOnly "net.dreamlu:mica-auto:1.1.0"
主要是用來避免 Spring boot 主項目
包和子項目、子模塊
包不一致,避免類掃描不到的問題。spring
建議關注如夢技術
碼雲:https://gitee.com/596392912 ,更多微服務核心組件
蓄勢待發。架構
Avue
一款基於vue可配置化的神奇框架:https://gitee.com/smallweigit/avue pig
宇宙最強微服務(架構師必備):https://gitee.com/log4j/pig SpringBlade
完整的線上解決方案(企業開發必備):https://gitee.com/smallc/SpringBlade IJPay
支付SDK讓支付觸手可及:https://gitee.com/javen205/IJPay
掃描上面二維碼,更多精彩內容天天推薦!框架