API Endpoints
Health Check
GET /sayHello
Test GET API request with Account Controller
http://localhost:8081/api/accounts/sayHello
http://localhost:8090/api/loans/sayHello
http://localhost:9000/api/cards/sayHello
Accounts URL
Note: Moved api/accounts to top level path, so required for health check, build-info, etc.
http://localhost:8081/api/accounts
Use @Value annotation to display Build Information from application.yml (Lab 10)
http://localhost:8081/api/accounts/build-info
Loans URL
http://localhost:8090/api/loans
Cards URL
http://localhost:9000/api/cards