如何使用spring的註解自動註冊功能

第一步:spring配置文件中加這一句:spring <!-- 使用annotation 自動註冊bean --> <context:component-scan base-package="com.bestpay.minsheng"/>這個包名會決定掃描的範圍,自定. 第二步:在須要使用註解的代碼層的pom文件中添加以下依賴:app <dependency> <groupId>org.
相關文章
相關標籤/搜索