Spring Boot - Docker and Deployment
You want to combine database orchestration with asynchronous processing in Spring Boot. Which annotation helps run a database update method asynchronously?
@Async annotation runs methods asynchronously in Spring Boot.@Transactional manages transactions, @Entity marks DB tables, @EnableScheduling enables scheduled tasks.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions