2022-02-11-TIL
2022-02-11-TIL
Today I Learned
Java Logging
어느 부분에 로그를 남기는 것이 좋을까? 주로 예외나 에러가 발생할만한 곳, 크리티컬한 곳, 입출력을 받는 곳 등이 있을 것이다.
- https://sematext.com/blog/java-logging-best-practices/
- https://coralogix.com/blog/spring-boot-logging-best-practices-guide/
- https://huisam.tistory.com/entry/springlogging
Swagger 적용
- https://hyeran-story.tistory.com/73
- https://www.baeldung.com/swagger-apiparam-vs-apimodelproperty
AWS 배스천 호스트
- https://aws.amazon.com/ko/quickstart/architecture/linux-bastion/
- https://aws-quickstart.github.io/quickstart-linux-bastion/
MyBatis 트랜잭션 처리
- https://codevang.tistory.com/264
- https://e2e2e2.tistory.com/12
for vs forEach
- https://stackoverflow.com/questions/9226483/java-loop-efficiency-for-vs-foreach
- https://siyoon210.tistory.com/99
RabbitMQ Tutorial
- https://kimseunghyun76.tistory.com/423
- https://psychoria.tistory.com/550
- https://www.rabbitmq.com/tutorials/tutorial-one-spring-amqp.html
- https://yoonwould.tistory.com/157
- https://co-de.tistory.com/9
- https://colinch4.github.io/2020-12-03/README.rabbitmq-python/
- https://velog.io/@hellozin/Spring-Boot%EC%99%80-RabbitMQ-%EC%B4%88%EA%B0%84%EB%8B%A8-%EC%84%A4%EB%AA%85%EC%84%9C
This post is licensed under CC BY 4.0 by the author.