Files
printhub/.vscode/launch.json
2025-06-13 13:38:13 +02:00

14 lines
322 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug Spring Boot in Docker",
"request": "attach",
"hostName": "localhost",
"port": 5005,
"preLaunchTask": "Start Spring Boot in Docker (Debug)",
"postDebugTask": "Stop Spring Boot in Docker"
}
]
}