Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.31 KB

Build Deploy Sonar CodeQL

fabrickapitest

Just a simple demo project to test some fabrick apis

Build from source

./mvnw verify

The project needs Java 21 to compile

Run with podman

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).

Usage

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.