2023-12-18-TIL
2023-12-19-TIL
Today I Learned
Docker Volume Mounts with Cached Option
- https://stackoverflow.com/questions/50120722/docker-volume-mounts-with-cached-option
@Transactional
- https://imiyoungman.tistory.com/9
- https://tecoble.techcourse.co.kr/post/2021-05-25-transactional/
- https://velog.io/@betterfuture4/Spring-Transactional-%EC%B4%9D%EC%A0%95%EB%A6%AC
- https://docs.spring.io/spring-framework/reference/data-access/transaction/declarative/annotations.html
- https://sasca37.tistory.com/267
- https://data-make.tistory.com/738
- https://blogshine.tistory.com/291
Unchecked Exception vs Checked Exception
- https://rollbar.com/blog/how-to-handle-checked-unchecked-exceptions-in-java/#:~:text=unchecked%20exception%20is%3A-,A%20checked%20exception%20is%20caught%20at%20compile%20time%20whereas%20a,t%20required%20to%20be%20handled.
- https://devlog-wjdrbs96.tistory.com/351
- https://www.tutorialspoint.com/how-can-we-decide-that-custom-exception-should-be-checked-or-unchecked-in-java
- https://www.scaler.com/topics/custom-exception-in-java/
- https://www.baeldung.com/java-new-custom-exception
- https://stackify.com/java-custom-exceptions/
This post is licensed under CC BY 4.0 by the author.