Performance - SpotBugsExtensionForSpringFrameWork/CS5098 GitHub Wiki
(probably) Fully understood and theorized Bug Patterns
- N+1 Problem #JPA @YooChul
- OSIV can cause subtle performance issues in production #JPA @YooChul
- Do not use
@Async
annotation with defaultTaskExecutor
@Zhuoyang