Tag: groovy

How to avoid slowdown when using Groovy-based @Transactional components

October 27, 2019 · 5 min read
During the investigation of a slowdown in a back-end Spring application, I found an interesting side-effect of using class-level @Transactional annotations on Groovy-based services.