Created
April 20, 2023 08:00
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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