2021-03-09-TIL
2021-03-09-TIL
[CODE REVIEW]
- slf4j without toString
- https://stackoverflow.com/questions/11295764/slf4j-without-tostring
- toString in JPA
- https://stackoverflow.com/questions/40266770/spring-jpa-bi-directional-cannot-evaluate-tostring/40267032
- redirect: or redirect:/
- https://nsinc.tistory.com/168
- forward vs redirect
- https://stackoverflow.com/questions/29560633/difference-between-redirect-and-view-rendering-in-spring-mvc
- https://stackoverflow.com/questions/18671463/why-do-we-use-redirect-in-spring-mvc
- https://www.baeldung.com/servlet-redirect-forward
- RESTful url 설계
- https://devuna.tistory.com/79
- https://one-it.tistory.com/entry/RESTful-API-%EC%84%A4%EA%B3%84-%EA%B7%9C%EC%B9%99
- https://velog.io/@stampid/REST-API%EC%99%80-RESTful-API
- https://meetup.toast.com/posts/92
How to create a DAO using JPA
- https://thomas-broussard.fr/work/java/tutorials/advanced/jpa-dao/jpa-dao.html
What exactly is Field Injection and how to avoid it?
- https://stackoverflow.com/questions/39890849/what-exactly-is-field-injection-and-how-to-avoid-it#:~:text=The%20reasons%20why%20field%20injection,in%20unit%20tests)%20without%20reflection.
This post is licensed under CC BY 4.0 by the author.