Skip to content

PLEASE READ: This repository fork contains a version of Quarkus Petclinic with various adaptations tailored for demos. Different variants are organized into separate branches. DO NOT DELETE THIS REPOSITORY

License

Notifications You must be signed in to change notification settings

atarazana/quarkus-petclinic

 
 

Repository files navigation

Quarkus Petclinic project

Run Locally

Create css

./mvnw compile -Pcss

Dev mode

./mvnw compile quarkus:dev

Production jar

Start docker container:

docker run --rm=true -e POSTGRES_USER=petclinic -e POSTGRES_PASSWORD=petclinic -e POSTGRES_DB=petclinic -p 5432:5432 postgres:14

Start the application:

java -Dquarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/petclinic -Dquarkus.datasource.username=petclinic -Dquarkus.datasource.password=petclinic -jar target/quarkus-app/quarkus-run.jar

Kubernetes

./db.sh

./petclinic.sh

Create a new Container

Need to have an account to quay.io with writting permissions to rhdevelopers org.

./mvnw package -DskipTests -Dquarkus.container-image.push=true

About

PLEASE READ: This repository fork contains a version of Quarkus Petclinic with various adaptations tailored for demos. Different variants are organized into separate branches. DO NOT DELETE THIS REPOSITORY

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.8%
  • Java 12.7%
  • HTML 6.4%
  • SCSS 2.9%
  • Shell 0.2%