Skip to content

Spring boot application that uses javaMail to send notification and enable logging capabilities using AOP and RabbitMQ.

Notifications You must be signed in to change notification settings

ZakEnn/notification-service-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notification-service-demo

Spring boot application that uses javaMail to send notification and enable logging capabilities using AOP and RabbitMQ.

Application setup

For Demo purpose we used mailhog docker image which is a nice email testing tool.

    $ docker pull mailhog/mailhog
    $ docker run -p 8025:8025 -p 1025:1025 mailhog/mailhog

Run the app using maven command:

    $ mvn spring-boot:run 

About

Spring boot application that uses javaMail to send notification and enable logging capabilities using AOP and RabbitMQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages