https://github.com/arulkumar-lab/usermodule
UserModule micro-service using microprofile based API
https://github.com/arulkumar-lab/usermodule
cdi java-8 jaxrs liberty-server microprofile microservice rest-api
Last synced: 7 months ago
JSON representation
UserModule micro-service using microprofile based API
- Host: GitHub
- URL: https://github.com/arulkumar-lab/usermodule
- Owner: arulkumar-lab
- Created: 2020-07-15T09:47:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T16:48:27.000Z (over 5 years ago)
- Last Synced: 2025-03-26T18:23:35.700Z (about 1 year ago)
- Topics: cdi, java-8, jaxrs, liberty-server, microprofile, microservice, rest-api
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- 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 (user-service-api), you can find an application with the major parts of the application. This can be seen as the 'client'.
. In the `service-b` directory (user-service), you can find some endpoints which will be called by code within the client application. This can be seen as the 'backend'.
Note: New Service client endpoints CDI don't forgot to add mapping entries in META-INF\microprofile-config.properties
**Features:**
appSecurity-2.0
cdi-2.0
concurrent-1.0
distributedMap-1.0
jaxrs-2.1
jaxrsClient-2.1
jndi-1.0
json-1.0
jsonb-1.0
jsonp-1.1
jwt-1.0
microProfile-3.3
monitor-1.0
mpConfig-1.4
mpFaultTolerance-2.1
mpHealth-2.2
mpJwt-1.1
mpMetrics-2.3
mpOpenAPI-1.1
mpOpenTracing-1.3
mpRestClient-1.4
opentracing-1.3
servlet-4.0
ssl-1.0
Have a look in the `readme.md` file in each directory which describes how each project can be built and run.