Notice
Recent Posts
Link
Tags
- hibernate
- @transactional
- join
- springboot
- mysql
- java
- spring mvc
- PYTHON
- 1차원 배열
- jpa
- 문자열
- string
- spring boot
- Django
- 스프링부트
- spring
- 자바
- spring security 6
- DI
- sql
- static
- SSL
- AWS
- Docker
- 데이터베이스
- select
- 스프링
- nginx
- 프로그래머스
- ORM
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Archives
목록bean (1)
개발하는 자몽
AnnotationConfigApplicationContext와 static class
인프런 김영한 님의 스프링 인강을 보며 코딩을 하다가 궁금한 점이 생겨서 정리해본다. public class ApplicationContextSameBeanFindTest { AnnotationConfigApplicationContext ac = new AnnotationConfigApplicationContext(SameBeanConfig.class); ... @Configuration static class SameBeanConfig { @Bean public MemberRepository memberRepository() { return new MemoryMemberRepository(); } @Bean public MemberRepository memberRepository2() { return ..
Java & Kotlin/Spring
2022. 8. 3. 15:21