mejorado tema de idiomas y terminado datatable

This commit is contained in:
Jaime Jiménez
2025-06-15 16:01:04 +02:00
parent 276cf2ad7c
commit 8ed8d0bded
19 changed files with 181 additions and 119 deletions

13
.vscode/launch.json vendored
View File

@ -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"
}
]
}
}