mirror of
https://git.imnavajas.es/jjimenez/printhub.git
synced 2026-01-13 00:48:48 +00:00
mejorado tema de idiomas y terminado datatable
This commit is contained in:
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@ -3,12 +3,11 @@
|
||||
"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"
|
||||
"name": "Debug Spring Boot App",
|
||||
"request": "launch",
|
||||
"mainClass": "com.printhub.printhub.PrintHubApplication",
|
||||
"projectName": "printhub",
|
||||
"vmArgs": "-Dspring.profiles.active=dev"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user