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
- Host: GitHub
- URL: https://github.com/ravening/ecommerce-microservice
- Owner: ravening
- Created: 2019-10-31T14:01:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T21:40:23.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T13:46:17.672Z (6 months ago)
- Topics: ecommerce, java, jhipster, jhipster-microservices, microservice, spring-boot, spring-cloud, spring-cloud-microservice
- Language: Java
- Size: 3.78 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
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.