Skip to content

Latest commit

 

History

History
109 lines (91 loc) · 6.33 KB

readme.md

File metadata and controls

109 lines (91 loc) · 6.33 KB

Spring Cloud Todo Apps

License: MIT Build Status codecov codebeat badge

The backend service for Vue Spring Cloud Todo with Spring Cloud Stack Micro-services.

Prerequire Installation

Local Settings

  • Export OS level Environment variable:
    • TODO_EMAIL_USERNAME , email account username for send email notification.
    • TODO_EMAIL_PASSWORD , email account password for send email notification.
  • Other Email Settings:
    • Set the email config in msg-service.properties file, at #todo email client setup section.
    • set the destination email notification address in audittrail-service.properties file, at audittrail.notification.email.

Install & Run Application

  • Running the service Order:
    1. configservice
    2. discoveryservice
    3. msgservice
    4. audittrailservice
    5. todoservice
    6. gatewayservice
    7. Vue-todo (frontend), how to run refer to this README.
    8. audittrailservice2, optional for load-ballance & failed-over only.
    9. Monitoringservice, optional to activate Hystrix Dashboard.

Local Endpoints & API Test

Images & Graph

  • Hystrix Dashboard Diagram Information Imgur

Online Demo

coming soon...

Documentation

References