Skip to content

Instantly share code, notes, and snippets.

@kinsleykajiva
Created April 20, 2023 08:00
Show Gist options
  • Save kinsleykajiva/7d439347d5e392a6532ac07063c7adc1 to your computer and use it in GitHub Desktop.
Save kinsleykajiva/7d439347d5e392a6532ac07063c7adc1 to your computer and use it in GitHub Desktop.
Jetbrains Fleet editor - How to run a Springboot App . Create a .fleet folder then create run.json file
{
"configurations": [
{
"type": "maven",
"name": "Run-Service",
"tasks": ["spring-boot:run"],
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment