Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lost22git/test-quarkus
- Owner: lost22git
- License: mit
- Created: 2023-09-20T18:18:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T17:21:15.000Z (about 1 year ago)
- Last Synced: 2024-01-27T23:33:29.863Z (11 months ago)
- Topics: btree-gist, cors, flyway, hibernate, mapstruct, micrometer, openapi, postgresql, prometheus, quarkus
- Language: Java
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)