在Spring 配置文件中 增加以下配置
<content : component -scan base package=" 包名 。类名"/>
\然后可以用 @component @ controller @Service @Repository 等注解来标注有Spring 容器来托管的类。
这几个注解没有本质区别 。但是@controller 用于控制层 @Service 用于服务层。@ repository 用于(dao 实现类)
普通的类用component 来标注。
在Spring 配置文件中 增加以下配置
<content : component -scan base package=" 包名 。类名"/>
\然后可以用 @component @ controller @Service @Repository 等注解来标注有Spring 容器来托管的类。
这几个注解没有本质区别 。但是@controller 用于控制层 @Service 用于服务层。@ repository 用于(dao 实现类)
普通的类用component 来标注。