No description
Find a file
2020-07-07 10:49:37 +02:00
.mvn/wrapper initial commit 2020-07-03 18:32:44 +02:00
src removed println 2020-07-07 10:49:37 +02:00
.dockerignore initial commit 2020-07-03 18:32:44 +02:00
.gitignore initial commit 2020-07-03 18:32:44 +02:00
mvnw initial commit 2020-07-03 18:32:44 +02:00
mvnw.cmd initial commit 2020-07-03 18:32:44 +02:00
perftest.jmx initial commit 2020-07-03 18:32:44 +02:00
pom.xml initial commit 2020-07-03 18:32:44 +02:00
README.md initial commit 2020-07-03 18:32:44 +02:00
Vagrantfile initial commit 2020-07-03 18:32:44 +02:00

#my first quarkus project

  • not included but necessary: running postgres and activemq/artemis on default ports
  • reactive rest service
  • reactive sql using postgres
  • reactive producers/consumers using artemis
  • database setup using liquibase
  • contains a vagrant file, for building with graal/mandrel