華清遠(yuǎn)見(jiàn)HTML5網(wǎng)頁(yè)設(shè)計(jì)
者@resource等注解來(lái)使用它。
@SpringBootApplication:
@Target({ElementType.TYPE}) //注解適用范圍,Type表示注解可描述在類(lèi)、接口、注解或枚舉中@Retention(RetentionPolicy.RUNTIME) //表示注解的生命周期,Runtime運(yùn)行時(shí)@Documented //表示注解可以記錄在javadoc中@Inherited //表示可以被子類(lèi)繼承該注解@SpringBootConfiguration // 標(biāo)明該類(lèi)為配置類(lèi) @EnableAutoConfiguration // 啟動(dòng)自動(dòng)配置功能@ComponentScan(excludeFilters = { @Filter(type = FilterType.CUSTOM, classes =
標(biāo)簽: