JavaScript must be enabled to correctly display this content
  • Build Cloud Native Java Applications with Micronaut and GraalVM
    • Introduction
    • More Learning Resources
  • TASK 1: Configure Access to Oracle Autonomous Database
    • Step 1: Create Database Schema User
  • TASK 2: Connect to a VM Instance from VS Code
    • Step 1: Connect to a VM Instance
  • TASK 3: Create a Micronaut Application in VS Code
    • Step 1: Create a New Micronaut Application
    • Step 2: Configure the Application to Connect to Oracle Autonomous Database Instance
    • Step 3: Configure Oracle Autonomous Database JDBC Drivers
    • Step 4: Configure Flyway to Create the Schema
    • Step 5: Defining the SQL Migration Script
  • TASK 4: Implement Database Queries and Build a Micronaut Application
    • Step 1: Create Micronaut Data Entities that Map to Oracle Database Tables
    • Step 2: Define Micronaut Data Repositories to Implement Queries
    • Step 3: Expose Micronaut Controllers as REST Endpoints
    • Step 4: Populate Data on Application Startup
    • Step 5: Run Integration Tests for the Micronaut Application
  • TASK 5: Build a Native Image of a Micronaut Application and Deploy to Oracle Cloud
    • Step 1: Run a Micronaut Application on the JVM in Oracle Cloud
    • Step 2: Build a Native Linux Executable of a Micronaut Application
    • Step 3: Deploy Your Micronaut Application in OCI
    • Step 4: Configure the Firewall to Allow Traffic to Your Cloud Instance (Optional)