This commit is contained in:
2026-09-16 15:54:42 +05:00
commit a960bec06c
11 changed files with 710 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"configurations": [
{
"type": "java",
"name": "Spring Boot-MirstAppApplication<MirstApp>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "ru.testapp.MirstApp.MirstAppApplication",
"projectName": "MirstApp",
"args": "",
"envFile": "${workspaceFolder}/.env"
}
]
}