Spring/@Annotation1 @Configuration @Configuration 애플리케이션의 구성 정보를 담고 있는 설정 파일용 어노테이션 ex ) package 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.MemoryMemberRepository; import hello.core.order.OrderService; import hello.core.. 2023. 6. 29. 이전 1 다음