Ahh yes, the raison d’etre of Quarkus: building microservices. We’re not going to go through too much of the rudiments of microservices in Java. After going through this chapter however, you should gain an understanding of how to build a standards-based microservice using the Quarkus framework. If you’re considering a migration of an existing service to Quarkus, you’ll get an introduction to how to support some of the core microservice functionality, features, and configuration options you’re probably already used to.
While this chapter is titled for microservices, please don’t ...