6. @Component, @Repository, @Service 的區(qū)別 @Component是一個通用的Spring容器管理的單例bean組件。而@Repository, @Service, @Controller就是針對不同的使用場景所采取的特定功能化的注解組件。 因此,當(dāng)你的一個類被@Component所注解,那么就意味著同樣可以用@Repository, @Service, @Controller 來替代它,同時這些...
www.dbjr.com.cn/article/2349...htm 2025-6-3