
Spring Autowire Use @Component, @Repository, @Service and @Controller Annotations
Besides define Spring beans in configuration file, Spring also provide some java annotation interface for you to make Spring bean declaration simple and easy. These interfaces are also called stereotype […]