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 |
Tags
- 자바
- Thymeleaf
- 김영한
- 스프링 핵심 원리
- kotlin
- AOP
- spring
- Android
- db
- SpringBoot
- Spring Boot
- JDBC
- Proxy
- 그리디
- JPQL
- Greedy
- 스프링 핵심 기능
- jpa
- Servlet
- 알고리즘
- pointcut
- java
- 인프런
- http
- 백준
- transaction
- Exception
- springdatajpa
- QueryDSL
- 스프링
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