mirror of
https://git.imnavajas.es/jjimenez/printhub.git
synced 2026-01-12 16:38:46 +00:00
14 lines
322 B
JSON
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"
|
|
}
|
|
]
|
|
} |