spring
스프링 부트 빈(Bean) 어노테이션
스프링 부트 빈 어노테이션 https://javatechonline.com/spring-boot-bean-annotations-with-examples/ 위의 문서를 번역한 내용이다. 빈 프로퍼티 어노테이션 @Lazy @Profile @Scope @Order @DependsOn @Primary @Conditional 빈 주입 어노테이션 @Autowired @Resource @Inject @Qualifier @Primary vs @Qualifier 빈 상태 어노테이션 @PostConstruct @PreDestroy 자바 빈은 무엇인가? 자바 빈은 클래스 혹은 애플리케이션 간에 데이터를 교환하도록 하는 자바 헬퍼 클래스이다. 일반적으로 메인 클래스는 아니지만 두 클래스 간에 전송역할을 한다. 어떤 로직도 포..
2022. 12. 23. 07:31