์คํ๋ง๋น1 Spring - ์คํ๋ง ๋น ์กฐํ -๊ธฐ๋ณธ ์คํ๋ง ์ปจํ ์ด๋์์ ์คํ๋ง ๋น์ ์ฐพ๋ ๊ฐ์ฅ ๊ธฐ๋ณธ์ ์ธ ์กฐํ ๋ฐฉ๋ฒ ac.getBean(๋น์ด๋ฆ, ํ์ ) ac.getBean(ํ์ ) ์กฐํ ๋์ ์คํ๋ง ๋น์ด ์์ผ๋ฉด ์์ธ ๋ฐ์ NoSuchBeanDefinitionException: No bean named 'xxxxx' available public class ApplicationContextBasicFindTest { AnnotationConfigApplicationContext ac = new AnnotationConfigApplicationContext(AppConfig.class); @Test @DisplayName("๋น ์ด๋ฆ์ผ๋ก ์กฐํ") void findBeanByName(){ MemberService memberService = ac.getBea.. 2023. 7. 9. ์ด์ 1 ๋ค์