
1{2 "mcpServers": {3 "tasks": {4 "cwd": "",5 "env": {},6 "args": [7 "-Dspring.profiles.active=default",8 "-Dspring.main.web-application-type=none",9 "-jar",10 "<PATH_TO_REPO>/build/libs/<your-app-name>-0.0.1-SNAPSHOT.jar"11 ],12 "shell": false,13 "command": "/usr/bin/java"14 }15 }16}
No reviews yet. Be the first to review!
Sign in to join the conversation