Introducing Micronaut
eBook - ePub

Introducing Micronaut

Build, Test, and Deploy Java Microservices on Oracle Cloud

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Introducing Micronaut

Build, Test, and Deploy Java Microservices on Oracle Cloud

Book details
Table of contents
Citations

About This Book

The microservice architecture has been adopted by many developer teams around the world. To be successful, it's crucial that you understand how to program a microservice and get it running in the cloud. This book will walk you through the process of how to build, test, and deploy a Java-based Micronaut microservice to the Oracle Cloud with GitHub Actions.
You'll learn how to create a Virtual Machine (with both the Oracle Cloud Infrastructure (OCI) CLI and the OCI Gradle Plugin), as well as create and deploy the microservice as a Docker container that can be stored in Oracle Container Infrastructure Registry (OCIR) and deployed to an Oracle Kubernetes Engine (OKE) cluster. The microservice will use Micronaut Data for persistence, Testcontainers for testing, and Liquibase to manage your Oracle DB production schema. After reading or using this book, you'll be able to build, test and deploy your first microservices using theMicronaut framework, Oracle Cloud and more.
What You'll Learn

  • Build and deploy Java-based microservices using Micronaut and Oracle Cloud
  • Run tests and publishing reports
  • Deploy to Oracle Cloud using OCI CLI and the OCI Gradle plug-in
  • Add a persistence tier to the microservice
  • Distribute a microservice with persistence

Who This Book Is For
Programmers and software developers with experience in Java and microservices programming who are new to Micronaut.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Introducing Micronaut by Todd Raymond Sharp in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484282908

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Creating a Micronaut Application and Getting Started with GitHub Actions
  4. 2. Building and Publishing a JAR
  5. 3. Running Tests and Publishing Test Reports
  6. 4. Deploying a Microservice to Oracle Cloud with GitHub Actions and the OCI CLI
  7. 5. Deploying a Microservice to Oracle Cloud with GitHub Actions and the OCI Gradle Plugin
  8. 6. Adding a Persistence Tier to the Microservice
  9. 7. Testing the Persistence Tier with Testcontainers
  10. 8. Deploying the Microservice with a Tested Persistence Tier in Place
  11. 9. Deploying the Microservice as a Docker Container
  12. 10. Deploying the Microservice Docker Container to Kubernetes
  13. Back Matter