什么情况下交给spring管理

在类中加上@Bean注解
当方法中有返回类时,在方法上添加@Bean注解
在类上添加@Controller,@Component,@Service,@Configuration注解

posted @ 2026-04-21 10:46  xlCat123  阅读(3)  评论(0)    收藏  举报