An open API service indexing awesome lists of open source software.

https://github.com/ravening/ecommerce-microservice

An ecommerce micsroservice application created using Jhipster
https://github.com/ravening/ecommerce-microservice

ecommerce java jhipster jhipster-microservices microservice spring-boot spring-cloud spring-cloud-microservice

Last synced: 2 months ago
JSON representation

An ecommerce micsroservice application created using Jhipster

Awesome Lists containing this project

README

          

Ecommerce microservice app created using Jhipster

More info in https://dev.to/deepu105/create-full-microservice-stack-using-jhipster-domain-language-under-30-minutes-4ele

Inter service communication is possible using FeignClient which takes care of JWT as well.
Look at ```InvoiceResource.java``` which uses hte FeignClient to make an api call at ```api/products```\
to get all the products from the ```store``` service.