Skip to content

iamyasas/spring-async-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-async-example

Steps

  1. @EnableAsync in a configuration class(@SpringBootApplication class would do)

  2. Mark the async method as @Async

  3. Make sure to have the @Async method in a different class than the calling class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages