250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- DI
- objecterror
- HttpServletResponse
- fielderror
- 의존관계
- 서블릿
- 다형성
- 인터페이스
- 프록시
- equals()
- html form
- 스프링
- @configuration
- 티스토리챌린지
- JSON
- 코드트리
- 코드트리조별과제
- 예외와 트랜잭션 커밋
- 코딩테스트
- java
- 오버라이딩
- 추상클래스
- 스프링컨테이너
- 참조변수
- 테스트코드
- 김영한
- 백준
- 오블완
- 싱글톤
- http 메시지 컨버터
Archives
- Today
- Total
목록미노이 (1)
minOS

스프링에 등록된 모든 빈 조회 class ApplicationContextInfoTest { AnnotationConfigApplicationContext ac = new AnnotationConfigApplicationContext(AppConfig.class); @Test @DisplayName("모든 빈 출력하기") void findAllBean(){ String[] beanDefinitionNames = ac.getBeanDefinitionNames(); for (String beanDefinitionName : beanDefinitionNames) { Object bean = ac.getBean(beanDefinitionName); System.out.println("name = " + bean..
TIL/김영한의 스프링 핵심 원리
2024. 2. 11. 21:30