빈 스코프란?
@Scope("prototype")
@Component
public class HelloBean {} @Scope("prototype")
@Bean
PrototypeBean HelloBean() {
return new HelloBean();
}Last updated
@Scope("prototype")
@Component
public class HelloBean {} @Scope("prototype")
@Bean
PrototypeBean HelloBean() {
return new HelloBean();
}Last updated