2 Your first Quarkus application
This chapter covers
- Creating a Quarkus project
- Developing with Quarkus live coding
- Writing tests for a Quarkus microservice
- Deploying and running a microservice to Kubernetes
Throughout the book we will use the domain of banking to create microservice examples, highlighting key concepts from each chapter. The example will be an Account service. The purpose of the Account service is to manage bank accounts, holding information like customer name, balance, and overdraft status. In developing the Account service, the chapter will cover the ways to create Quarkus projects, developing with live coding for real-time feedback, writing tests, building native executables for an application, how to package an application ...
Get Kubernetes Native Microservices with Quarkus and MicroProfile now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.