Create one Mircroservice with Java, OpenLiberty and MicroProfile.
Deploying Java Microservices to Kubernetes on IBM Cloud - Hands-on workshop:
- https://ibm-developer.gitbook.io/get-your-java-microservice-up-and-running/setup-local-and-ibm-cloud-environment/pre-work
00:31 - Microservices
01:36 - Cloud-Native-Starter architecture example
02:14 - Start to build the Authors Microservice
05:15 - MicroProfile (pom file)
05:55 - OpenLiberty (pom file)
06:56 - Build Application Class
08:49 - Build REST Endpoint
11:25 - Run debugging mode of OpenLiberty
13:25 - OpenAPI explorer
16:05 - Implement Health Check
Additional resources:
- Blog post:
https://suedbroecker.net/2019/11/19/create-one-java-microservice-with-openliberty-and-microprofile-made-for-beginners/