《Spring Recipes》第一章笔记:Scanning Components from ...
问题当需要注入的bean太多时,手工进行配置太费时费力,Spring容器提供了指定扫描功能。解决方案使用Spring的componentscanning功能。可以通过@Component,@Repository,@Service,和@Controller注解,使Spring容器指定扫描bean配置,进行注入。@Repository
publicclassSequenceDaoImplimpleme