Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 728 Bytes

README_KR.md

File metadata and controls

27 lines (18 loc) · 728 Bytes

JBug Korea 2019

JBug Korea 2019 material for Quarkus presentation and demo

Table of contents

Prerequisites

You will need to install the following if you want to run the examples

Samples

Bootstrap your project

mvn io.quarkus:quarkus-maven-plugin:0.16.1:create \
  -DprojectGroupId=org.acme \
  -DprojectArtifactId=getting-started \
  -DclassName="org.acme.quickstart.GreetingResource" \
  -Dpath="/hello"