Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 663 Bytes

quarkus-workshop

This is the content of the workshop given at the montreal Jug event 18th June 2020.

Project structure

  • quarkus-slides : presentation slides
  • hello-quarkus : first project - hello world wit native compilation
  • mongo-quarkus : second project - mongo with jaeger monitoring

To generate pdf and slides go inside quarkus-slides folder and type :

./mvnw process-resources

In order to see the slides locally open target/generated-slides/quarkus.html with your browser.

And for the pdf target/generated-docs :

  • prerequisites.pdf - tools to install
  • quarkus.pdf - slides in pdf
  • workshop.pdf - workshop steps

Happy coding !!!