SpringBoot和mongodb開發需要使用到的註解和屬性

在接觸Spring的時候就接觸了@Component(用於將所標註的類加載到Spring環境中,需要在xml文件中搭配<component-scan/>使用;作用是標識這個類爲組件,由Spring管理;當組件不好歸類時,也就是不屬於controller,service,dao三類組件的時候使用@Component;將被標識的類實例化到Spring容器中,相當於配置文件中的<bean id=" "
相關文章
相關標籤/搜索