2014年7月17日 星期四

spring bean scope annotation


@Configuration
@Scope(BeanDefinition.SCOPE_SINGLETON)
public class MongoConnection {
    .
    .
    .
}


SCOPE
  • BeanDefinition.SCOPE_SINGLETON     or  "singleton "
  • BeanDefinition.SCOPE_PROTOTYPE    or   "prototype "
  • "request"
  • "session" 
  • "globalSession "

Reference 

沒有留言:

張貼留言