hello-world-service/.vscode/launch.json

13 lines
301 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug Service (Attach)",
"projectName": "hello-world-sg4-service",
"request": "attach",
"hostName": "localhost",
"port": 5005
},
]
}