Spring AOP and Kotlin coroutines – What is wrong with Kotlin + SpringBoot
Are you using Springboot and Kotlin? Have you heard about spring AOP? If not then some of spring annotations like @HandlerInterceptor, @Transactional may not work as you except. What? AOP Proxies and Suspending Functions: Spring AOP primarily relies on creating proxies around your beans. When you apply an aspect to a method, Spring creates a…