Spring註解詳細
[email protected](如struts中的action)
[email protected],即DAO組件.
[email protected],當組件不好歸類的時候,我們可以使用這個註解進行標註。
@Service public class UserServiceImpl implements UserService { }
@Repository public class UserDaoImpl implements UserDao { } getBean的默認名稱是類名(頭字母小寫),如果想自定義,[email protected]