This project was created to practice building Microservices with Quarkus, Securing services with Keycloak and testing the performance of hibernate-orm and hibernate-reactive. In this project, there is a sample of the Rest-API project that contains many samples of Endpoint classes and samples of hibernate queries, etc. If you are interested, let's see a couple of documentation below.
- Introduction
- Prerequisites
- How to set up?
- How to Create a Project ?
- How to run a service ?
- Postman Collection file
- Architecture Study Case
- Performance Test
To follow this guide, you need:
- Understand Java
- Understand Object Oriented Programming
- Understand Docker
- GraalVM 21+ (Community Edition / Oracle) installed
- Apache Maven 3.9.6 or newer
- Docker
⚠️ It would be better you installsdkman
on your computer, and then usesdkman
to install GraalVM
See this to installSDKMAN