office-alexander-logistics/.vscode/launch.json
2023-03-15 11:44:12 +01:00

12 lines
205 B
JSON

{
// Wildfly Debug Configuration
"configurations": [
{
"type": "java",
"name": "Debug Wildfly",
"request": "attach",
"hostName": "localhost",
"port": "8787"
}
]
}