office-alexander-logistics/.vscode/launch.json
2024-07-26 11:06:22 +02:00

13 lines
No EOL
257 B
JSON

{
// Wildfly Debug Configuration
"configurations": [
{
"type": "java",
"name": "Debug AGL",
"request": "attach",
"hostName": "localhost",
"port": "8787",
"projectName": "office-alexander-logistics-app"
}
]
}