@TransactionalEventListener at spring batch
问题 I want to process something after commit on spring batch . And I tried this example (https://dzone.com/articles/transaction-synchronization-and-spring-application). That example works perfectly on springboot like this flow. 1. some update query and event publish by ApplicationEventPublisher 2. some update query and event publish by ApplicationEventPublisher 3. some update query and event publish by ApplicationEventPublisher 4. commit 5. after commit logic I maked 6. after commit logic I maked