SpringBoot常用註解

@SpringBootApplication @SpringBootApplication 註解等價於以默認屬性使用 @Configuration , @EnableAutoConfiguration 和 @ComponentScan 。 @ComponentScan 註解在類上,掃描標註了@Controller等註解的類,註冊爲bean ,爲@Configuration註解的類配置組件掃描指令。
相關文章
相關標籤/搜索