Skip to content

adelsonsljunior/first-crud-quarkus

Repository files navigation

first-crud-quarkus

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/.


How to run

Create a copy of the .env.example file named .env

Run database container

docker compose -f docker-compose.dev.yml up

Packaging and running the application

./mvnw package
java -jar target/quarkus-app/quarkus-run.jar

Accessing documentation with swagger

localhost:8080/swagger-ui

Releases

No releases published

Packages

No packages published

Languages