사용자 도구

사이트 도구


springframework:scope

문서의 이전 판입니다!


Spring Bean Scope

prototype

구현방법 Provider<T>

@Autowired
private Provider<PrototypeBeanClass> prototypeBeanClassProvider;
 
...
PrototypeBeanClass bean = prototypeBeanClassProvider.get();
...

request/session

springframework/scope.1502438290.txt.gz · 마지막으로 수정됨: 2017/08/11 16:28 저자 kwon37xi