Skip to content

kh77/springboot-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Events

  • How to use ApplicationEventPulisher and EventListener.

  • Using @Async approach for EventListener to handle.

  • For User endpoint: curl --location --request POST 'localhost:8080/users' \ --header 'Content-Type: application/json' \ --data-raw '{ "userName" : "hello-world", "password" : "hello-world" }'

About

Spring boot event publisher and listener example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages