Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 755 Bytes

Flamingock with GraalVM Example

This project demonstrates how to integrate Flamingock and GraalVM native image. It includes examples for both Maven and Gradle.

Prerequisites

Before you start, ensure you have the following installed:

  • GraalVM: Download GraalVM and set it as your Java version.
  • Native Image Tool: Install the GraalVM native-image tool.
  • Maven and Gradle: Both are supported, and you can choose your preferred build tool.
  • Docker: If you plan to use a Docker-based native image build.

Setup

Refer to the setup instructions for your chosen build tool: