Now, we are all set to run the product client. To recap, at this stage, we have a Eureka server project and a product project with the following structure:
Let's take a few minutes to review what we did:
- We created a Maven project and defined the starters and dependencies.
- We created the YML files for bootstrapping and application properties.
- We created the ProductSpringApp class containing the main method that is the starting point of the applications.
- For the product project, we had the following classes:
- Product: The domain or entity which we will enhance later
- ProductService: The microservice responsible for ...