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
- MSA
- lambda
- 테스트 코드
- SQL
- stream
- 조합
- 열 속성
- Spring
- 인덱스
- redis
- equals
- cache
- 생성자 주입
- jpa
- KEVISS
- 재정의
- 필드 주입
- select_type
- AOP
- DI
- java
- jwt
- hashcode
- docker
- Test
- VUE
- static
- 바이너리 카운팅
- StringBuilder
- DDL
Archives
- Today
- Total
목록전체 카테고리 (196)
백엔드 개발자 블로그
Kafka 비동기 처리
대용량 트래픽
2023. 8. 21. 21:17
MSA
Architecture
2023. 8. 21. 21:14
gitignore
gitignore Git으로 추적하지 않을(무시할) 파일을 설정 `.gitignore` 파일에 아래와 같이 설정 # 특정 파일 data.csv user.xlsx # 특정 폴더 secret/ # 특정 확장자 *.bmp 일반적으로 `OS(운영체제 - mac, windows)` , 특정 언어, 특정 개발 환경(파이참, vs code, eclipse, ...) https://github.com/github/gitignore/blob/master/Python.gitignore https://gitignore.io ![image-20210706111546066](md-images/image-20210706111546066.png) 예시 # Created by https://www.toptal.com/develope..
Git
2023. 8. 21. 21:12