Technical requirements
This chapter provides a hands-on guide for building Java microservices. This requires some of the software to be installed and set up. The following is a list of prerequisites:
- Source code: All the source code referred to in this chapter can be downloaded from the Git repository at https://github.com/PacktPublishing/Supercharge-Your-Applications-with-GraalVM/tree/main/Chapter10.
- GraalVM: GraalVM needs to be installed. For detailed instructions on installing and setting up GraalVM, refer to https://www.graalvm.org/docs/getting-started/#install-graalvm.
- Spring Boot: Refer to https://spring.io/guides/gs/spring-boot/ for more details on how to set up and use Spring Boot.
- Micronaut: We will be building code using the Micronaut framework. Please refer to https://micronaut.io/download/ for more details on how to download and set up Micronaut.
- Quarkus: We will be building microservices using the Quarkus framework. Please refer to https://quarkus...