spring學習筆記(五)自定義spring-boot-starter(1)

在我們開始定義之前我們應該知道springBoot的大致運行原理,我們從springBoot啓動類開始。首先我們看下這個註解,@SpringBootApplication,跟進去可以看到如下代碼: @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited @SpringBootCon
相關文章
相關標籤/搜索