totopia-rest/.vscode/launch.json
2019-07-16 23:56:13 +09:00

11 lines
273 B
JSON

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