Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lost22git/test-quarkus


https://github.com/lost22git/test-quarkus

btree-gist cors flyway hibernate mapstruct micrometer openapi postgresql prometheus quarkus

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Requirement

install musl

```shell
apt install musl-dev musl-tools
```

install graalvm jdk-21

```shell
sdk install java 21-graalce
```

## build static linking binary

```shell
./gradlew clean && ./gradlew native -Pstatic -x test
```

## Appendix

[postgresql range type and btree_gist extension](https://www.postgresql.org/docs/current/rangetypes.html)