Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.16 KB

File metadata and controls

53 lines (31 loc) · 2.16 KB

Build a Java application with the Graal Development Kit for Micronaut (GDK), and OCI Object Storage

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

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-object-store-mvn/*">>.git/info/sparse-checkout
git pull --depth=1 origin main
## code gdk-oci-object-store-mvn

Micronaut 4.6.1 Documentation


Feature http-client documentation

Feature maven-enforcer-plugin documentation

Feature object-storage-oracle-cloud documentation

Feature oracle-cloud-sdk documentation

Feature serialization-jackson documentation