Spring的bean管理-使用注解定义Bean

mac2022-06-30  84

Spring2.5引入使用注解去定义Bean除了@Component外,Spring提供了3个功能基本和@Component等效的注解

    — @Repository用于对DAO实现类进行标注

    — @Service用于对Service实现类进行标注

    — @Controller用于对Controller实现类进行标注

转载于:https://www.cnblogs.com/yangHS/p/11389429.html

最新回复(0)