Skip to content

Latest commit

 

History

History
72 lines (38 loc) · 2.75 KB

File metadata and controls

72 lines (38 loc) · 2.75 KB

Build a Java application with the Graal Development Kit for Micronaut (GDK), Oracle Cloud Infrastructure (OCI) MySQL HeatWave, and Secrets in Vault

This repo contains the sample code used in the Live Labs workshop --> Build a Java application with the Graal Development Kit for Micronaut (GDK), Oracle Cloud Infrastructure (OCI) MySQL HeatWave, and Secrets in Vault

Git clone this sample

git init lab
cd lab
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
git config core.sparsecheckout true
echo "gdk-oci-mysql-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main

Micronaut 4.6.1 Documentation


Feature data-jdbc documentation

Feature flyway documentation

Feature http-client documentation

Feature jdbc-hikari documentation

Feature maven-enforcer-plugin documentation

Feature oracle-cloud-vault documentation

Feature serialization-jackson documentation

Feature test-resources documentation

Feature validation documentation