Skip to content

Instantly share code, notes, and snippets.

@kinsleykajiva
Created April 20, 2023 07:57
Show Gist options
  • Save kinsleykajiva/cb88d84b6c416dbb354c60e9d145824c to your computer and use it in GitHub Desktop.
Save kinsleykajiva/cb88d84b6c416dbb354c60e9d145824c to your computer and use it in GitHub Desktop.
Jetbrains Fleet editor - How to run a Quarkus App . Create a .fleet folder then creathe run.json file
{
"configurations": [
{
"type": "maven",
"name": "RunService",
"tasks": ["compile","quarkus:dev"," -Ddebug=5012"],
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment