Just a simple demo project to test some fabrick apis
./mvnw verify
The project needs Java 21 to compile
podman run -d -p 8080:8080 ghcr.io/evaristegalois11/fabrickapitest
The application uses h2 as its database by default.
Postgres and Oracle are also supported: pass the jdbc url with the environment variable SPRING_DATASOURCE_URL
(username and password are fabrickapitest
).
Head over to http://localhost:8080/swagger-ui/index.html
to make use of the embedded swagger or just use curl
to query the application directly.