marinesco/.vscode/launch.json
2023-10-02 02:47:04 +03:00

14 lines
405 B
JSON

{
"configurations": [
{
"type": "java",
"name": "Spring Boot-MarinescoApplication<marinesco>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "ru.redrise.marinesco.MarinescoApplication",
"projectName": "marinesco",
"args": "",
"envFile": "${workspaceFolder}/.env"
}
]
}