yjksw / yjksw.github.io

💡 공부 내용을 기록하는 기술 블로그
https://yjksw.github.io
BSD Zero Clause License
1 stars 1 forks source link

spring-singleton-registry/ #5

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

스프링의 싱글톤 레지스트리

💡 Intro 왜 하필 스프링 인가? 라는 질문을 던지게 되면서 스프링이 가지고 있느 장점에 대해서 고민해보았다. 그 중 기존의 싱글톤 패턴의 한계를 뛰어넘은 스프링 싱글톤 레지스트리를 알게 되었다. 이전에 단순히 스프링이 싱글톤 scope으로 객체를 관

https://yjksw.github.io/spring-singleton-registry/

bperhaps commented 2 years ago

스프링에서 기본적으로 제공하는 scope는 prototype과 singleton뿐이고, request, session같은 scope는 Spring web 모듈에서 제공하는 scope방식이니 구분하는게 좋아보여요. 또한 스프링 scope는 커스텀이 가능합니다.

yjksw commented 2 years ago

오오 그런 차이가 있었군요 !! 감사합니다