cglib1 @Configuration @ConfigurationBean을 등록할 때 싱글톤이 되도록 보장해 주는 어노테이션스프링 컨테이너에서 Bean을 관리할 수 있게 됨결론적으로 스프링 설정 정보는 항상 @Configuration 사용AppConfigpackage hello.core;import hello.core.discount.DiscountPolicy;import hello.core.discount.FixDiscountPolicy;import hello.core.discount.RateDiscountPolicy;import hello.core.member.MemberService;import hello.core.member.MemberServiceImpl;import hello.core.member.MemoryMemberReposit.. 2024. 8. 20. 이전 1 다음