https://github.com/benslabbert/vertx-dagger-native
https://github.com/benslabbert/vertx-dagger-native
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benslabbert/vertx-dagger-native
- Owner: BenSlabbert
- License: apache-2.0
- Created: 2025-01-26T15:16:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T15:13:04.000Z (about 1 year ago)
- Last Synced: 2025-06-01T21:33:37.480Z (about 1 year ago)
- Language: Java
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vert.x + Dagger + Logback + GraalVM
Build with maven
```shell
mvn clean install
```
Then build the native image
```shell
mvn -Pnative package
```
The binary can be executed:
```shell
./target/main run --conf '{"http.port":8081}' github.benslabbert.vdnative.verticle.MainVerticle --instances 2
```