You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small application to practice the concept of microservices using Spring Cloud. The app demonstrates how to split a system into two services — ACCOUNT-SERVICE and CUSTOMER-SERVICE — using Eureka Discovery Service for service registration and OpenFeign to send REST requests between microservices