iGcmGuice 容器組件管理
gcm(incubator)
gcm是Guice組件管理(Guice component management)的縮寫(xiě),用于簡(jiǎn)化基于Guice容器的各種服務(wù)組件。它使您可以快速使用某些組件,而不必編寫(xiě)某些組件的邏輯。它只是集成到Guice容器中的一組Bridge,并且特定的業(yè)務(wù)實(shí)現(xiàn)需要由用戶(hù)自定義。它易于上手,快速且沒(méi)有太多冗余,因此您可以隨時(shí)隨地將其注入到現(xiàn)有的Guice容器中??靵?lái)體驗(yàn)吧!
Status
如何編譯?
use shell script:
./mvnw clean install package
if you skip test, please run:
./mvnw clean install package -DskipTests
check that the code is formatted correctly, please run:
./mvnw clean install checkstyle:check -DskipTests
check the code for code-level bugs, please run:
./mvnw clean install findbugs:check -DskipTests
評(píng)論
圖片
表情
