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