Sten S.
Results
1
comments of
Sten S.
Adding `spring-boot-starter-data-jpa` dependency stops `@ApplicationModuleListener` receiving events
@timothysparg I ran into the exact same issue. The issue is, that the method that produces publishes your events **needs** to be `@Transactional`. You've already mentioned that in your past...