일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- zookeeper
- log
- Operating System
- EC2
- tcp
- JavaScript
- jvm
- Vision
- kubernetes
- AWS
- CSV
- Network
- CVAT
- ip
- Python
- aws s3
- java
- Kafka
- grafana
- docker
- OS
- MAC address
- kubectl
- helm
- PostgreSQL
- airflow
- Spring
- Trino
- kubeadm
- Packet
- Today
- Total
목록Repository (2)
JUST WRITE
이 글은 Baeldung 사이트 'Spring Bean Annotations'를 해석, 정리한 글입니다. Bean Annotations Spring에서 Bean 생성 관련 Annotation에 대해서 알아보려 한다. 해당 Annotation은 org.springframework.stereotype Package에 존재한다. @ComponentScan @Component @Repository @Service @Controller @Configuration @ComponentScan Spring은 자동으로 Package에서 Bean들을 검색할 수 있다. @ComponentScan은 Annotation으로 설정한 Bean을 검색할 Package를 설정할 수 있다. @Configuration @Component..
Origin / Master / Head Origin Remote Branch를 의미 ex) origin/master 보통 Remote Branch 이름 -> ${Remote Repository}/${branch Name} git clone시 따로 Remote Repository 이름 지정하지 않으면 origin으로 지정 Master branch 중 가장 기본이 되는 branch Head checkout 된 branch, pointer 같은 역할 git Area Working Directory Local Project Directory 내 .git 이력과. git을 제외한 모든 영역 실제 code의 추가/변경이 이루어지는 영역 Stage Area(Index Area) Working Directory에서 ..