Technical requirements
frameworkframeworkFor detailed setup instructions on microservices frameworks, refer to their official documentation. This chapter will focus on using Spring Boot for the microservice example.
Here are the official documentation sites:
- Spring Boot: https://spring.io/guides/gs/spring-boot
- Micronaut: https://guides.micronaut.io/latest/creating-your-first-micronaut-app-maven-java.html
- Quarkus: https://quarkus.io/get-started/
The code in this chapter can be found on GitHub:
https://github.com/PacktPublishing/Java-Concurrency-and-Parallelism