totopia-rest/.vscode/launch.json

11 lines
273 B
JSON
Raw Normal View History

2019-07-16 14:56:13 +00:00
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - Application",
"request": "launch",
"mainClass": "com.loafle.totopia.Application",
"projectName": "gs-rest-service"
}
]
}