mohamed-taman / Springy-Store-Microservices

Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.

Home Page:https://mohamed-taman.github.io/Springy-Store-Microservices/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introducing Spring Open Feign

sweelam opened this issue · comments

Is code a good place for URLs?
This is the catch, urls are always a problem, and add to that location for each service ; so better to use Open Feign project.

Thanks, Sweelam,

First thanks very much for the issue.

I am developing this project in stages, for example, first building the services skeletons, and all communication is static as you have seen with random contents, second stage adding database, third introduce service discovery to get rid of static URL communication and using service name, then dockerize the application, and so on.

I will update the readme file to reflect these clarifications.