https://github.com/ericglau/devc-multi-container
https://github.com/ericglau/devc-multi-container
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericglau/devc-multi-container
- Owner: ericglau
- Created: 2020-10-15T23:08:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T23:08:50.000Z (over 5 years ago)
- Last Synced: 2025-02-09T02:15:41.239Z (over 1 year ago)
- Language: Java
- Size: 1.61 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MicroProfile generated Applications
MicroProfile Starter has generated 2 MicroProfile applications for you.
There are 2 projects generated so that the examples for the Rest Client and/or JWT Auth specification are more realistic in the sense that they actually call an endpoint within another service.
. In the `service-a` directory, you can find an application with the major parts of the application. This can be seen as the 'client'.
. In the `service-b` directory, you can find some endpoints which will be called by code within the client application. This can be seen as the 'backend'.
Have a look in the `readme.md` file in each directory which describes how each project can be built and run.