Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Example of Micronaut native image generation using ArangoDB Java driver.

Notifications You must be signed in to change notification settings

rashtao/arango-micronaut-native-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arango-micronaut-native-example project

Example application using ArangoDB Java driver integrated with:

prerequisites

Start a local database:

./docker/start_db.sh

test

mvn test

native image

mvn package -Dpackaging=native-image
./target/demo
curl -X GET http://localhost:8080/version
curl -X GET http://localhost:8080/order

About

Example of Micronaut native image generation using ArangoDB Java driver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published