Spring Core 7

[Spring Framework core] 1.9. Annotation-based Container Configuration (1)

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-annotation-config Core Technologies In the preceding scenario, using @Autowired works well and provides the desired modularity, but determining exactly where the autowired bean definitions are declared is still somewhat ambiguous. For example, as a developer looking at ServiceConfig, how do docs.spring.io 틀린 해석이 ..

Web/spring 2023.03.07

[Spring Framework core] 1.6. Customizing the Nature of a Bean (3)

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-factory-aware Core Technologies In the preceding scenario, using @Autowired works well and provides the desired modularity, but determining exactly where the autowired bean definitions are declared is still somewhat ambiguous. For example, as a developer looking at ServiceConfig, how do docs.spring.io 틀린 해석이 있다면 ..

Web/spring 2023.03.05

[Spring framework Core] 1.3. Bean Overview

틀린 해석이 있다면 알려주세요 1.3. Bean Overview Spring IoC Container 는 하나 이상의 빈을 관리한다. 이 빈은 컨테이너를 구성하는 구성 메타데이터 (XML 형식의 ) 으로 생성된다. 컨테이너 자체 내에서 이 BeanDefinition 객체로 표시된다 A package-qualified class name: typically, the actual implementation class of the bean being defined. Bean behavioral configuration elements, which state how the bean should behave in the container (scope, lifecycle callba..

Web/spring 2023.02.03
728x90