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 | 31 |
Tags
- Servlet
- QueryDSL
- Proxy
- JDBC
- 자바
- Android
- kotlin
- Spring Boot
- Thymeleaf
- 백준
- 인프런
- 그리디
- jpa
- spring
- 스프링 핵심 원리
- 알고리즘
- db
- 김영한
- pointcut
- 스프링 핵심 기능
- JPQL
- Exception
- AOP
- http
- 스프링
- SpringBoot
- java
- springdatajpa
- transaction
- Greedy
Archives
- Today
- Total
목록스프링 빈 (1)
개발자되기 프로젝트
조회한 빈을 리스트, Map으로 받아보자
가끔 해당 타입의 스프링 빈이 다~ 필요한 상황이 있다. 1. AllBeanTest @Autowired 통해 DiscountPolicy 타입에 해당하는 스프링 빈을 받고, 출력하는 service를 작성 설정 클래스는 AutoAppConfig와 DiscountService를 등록 어? DiscountService를,, 설정파일..로..? --> Component class로 등록임 Component scan에 의해 DiscountService도 스프링 빈으로 등록됨 Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given component classes and automatically refreshing..
인프런/[인프런] Spring 핵심원리 이해
2021. 7. 30. 17:06