Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

Bean Scope

A collection of 1 post

Bean Scope

Singleton & Prototype

<bean /> 엘리먼트의 scope 속성을 사용하여 bean의 scope을 지정해 줄 수 있습니다. default 값은 singleton입니다.     <bean id=”email2″ class=”beanConfiguration.Email” />     <bean id=”keesun6″ class=”beanConfiguration.Member”>        <property

  • 백기선
백기선 Mar 9, 2007 • 2 min read
Whiteship © 2022
Powered by Ghost