Reputation: 385
i am interested in microservice architecure. I can find a lot of tutorials for Spring REST, Spring Boot and RabbitMQ etc. But i would like to see a full example which ist more complex and combining all the techniques. Does someone now such an example source code?
thx
Upvotes: 0
Views: 544
Reputation: 8220
There are several tutorials / videos from Josh Long who tries to show some "enhanced" examples of what you can do with Microservices in Spring Boot. I'd refer to his "Bootiful Microservices" on Github. This combines a lot of the techniques the Spring Cloud suite offers for implementing Microservices.
Upvotes: 1