2023-05-12-TIL
2023-05-12-TIL
Today I Learned
Task Scheduling with Spring Boot
- https://riteshshergill.medium.com/dynamic-task-scheduling-with-spring-boot-6197e66fec42
- https://stackoverflow.com/questions/46974272/how-to-add-new-schedule-job-dynamically-with-spring
- https://www.baeldung.com/spring-scheduled-tasks
Spring Quartz vs Spring Batch vs Scheduler
- https://www.linkedin.com/advice/0/what-pros-cons-using-spring-batch-vs-quartz-processing
- https://stackoverflow.com/questions/33188368/spring-batch-vs-quartz-jobs
- https://yongku.tistory.com/entry/%EC%8A%A4%ED%94%84%EB%A7%81-%EB%B0%B0%EC%B9%98Spring-Batch%EC%99%80-Quartz
- https://azderica.github.io/01-spring-batch/
- https://sabarada.tistory.com/113
“Found shared references to a collection” in JPA
- https://stackoverflow.com/questions/61077311/spring-data-jpa-found-shared-references-to-a-collection-org-hibernate-hibernat
- https://jforj.tistory.com/270
- https://coderanch.com/t/531381/databases/Complete-Reproducing-shared-references-collection
- http://www.java2s.com/Questions_And_Answers/JPA/Collection/HibernateException.htm
- https://stackoverflow.com/questions/1692871/found-shared-references-to-a-collection-org-hibernate-hibernateexception
- https://slothink.tistory.com/92
- https://forum.hibernate.org/viewtopic.php?p=2269506
- https://forum.hibernate.org/viewtopic.php?p=2475920
- https://forum.hibernate.org/viewtopic.php?p=2288359
- https://forum.hibernate.org/viewtopic.php?p=2410857
- https://forum.hibernate.org/viewtopic.php?p=2273553
- https://stackoverflow.com/questions/61077311/spring-data-jpa-found-shared-references-to-a-collection-org-hibernate-hibernat
- https://m.blog.naver.com/ndrsgrwh4/221731486601
The Authority of Hibernate
- https://www.youtube.com/watch?v=pc6QIwx0EL0
- https://vladmihalcea.com/
- https://thorben-janssen.com/
Using Java Record as Projections in JPA
- https://wkorando.github.io/sip-of-java/015.html
Study
UI/UX 상에서 부정어 보다는 평서문으로 피드백을 주는 것이 더 직관적이다.
This post is licensed under CC BY 4.0 by the author.