21 lines
648 B
JSON
21 lines
648 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "CodeLens (Launch) - GenWebApiApplication",
|
|
"request": "launch",
|
|
"mainClass": "kr.co.i4way.web.GenWebApiApplication",
|
|
"projectName": "Gen_Web_API"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "Spring Boot-GenWebApiApplication<gen_web_api>",
|
|
"request": "launch",
|
|
"cwd": "${workspaceFolder}",
|
|
"console": "internalConsole",
|
|
"mainClass": "kr.co.i4way.web.GenWebApiApplication",
|
|
"projectName": "gen_web_api",
|
|
"args": ""
|
|
}
|
|
]
|
|
} |