11 lines
273 B
JSON
11 lines
273 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "java",
|
||
|
"name": "CodeLens (Launch) - Application",
|
||
|
"request": "launch",
|
||
|
"mainClass": "com.loafle.totopia.Application",
|
||
|
"projectName": "gs-rest-service"
|
||
|
}
|
||
|
]
|
||
|
}
|