14 lines
451 B
JSON
14 lines
451 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "java",
|
||
|
"name": "Spring Boot-DemoApplication<PIbd-22_Puchkina_Internet_Programming_2>",
|
||
|
"request": "launch",
|
||
|
"cwd": "${workspaceFolder}",
|
||
|
"mainClass": "com.example.demo.DemoApplication",
|
||
|
"projectName": "PIbd-22_Puchkina_Internet_Programming_2",
|
||
|
"args": "",
|
||
|
"envFile": "${workspaceFolder}/.env"
|
||
|
}
|
||
|
]
|
||
|
}
|