ben-crowhurst / spring-boot-boilerplate

Sprint Boot boilerplate.

Home Page:https://spring.io/projects/spring-boot

Repository from Github https://github.comben-crowhurst/spring-boot-boilerplateRepository from Github https://github.comben-crowhurst/spring-boot-boilerplate

Messenger Java

Email messenger with fail-over. See issues for outstanding work items.

Dependendices

  • Maven 3
  • Java 1.9

Build

mvn spring-boot:run

mvn test

Send

curl -XPOST --data '{"fromSender":"12345@outlook.com", "toRecipients":["6789@outlook.com"], "content":"hello, world!", "subject": "test email"}' http://localhost:8080/messages -v -H"Content-Type: application/json"

About

Sprint Boot boilerplate.

https://spring.io/projects/spring-boot

License:MIT License


Languages

Language:Gherkin 85.2%Language:Java 14.4%Language:Shell 0.4%