mirror of
https://git.imnavajas.es/jjimenez/printhub.git
synced 2026-01-13 00:48:48 +00:00
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Debug Spring Boot App",
|
|
"request": "launch",
|
|
"mainClass": "com.printhub.printhub.PrintHubApplication",
|
|
"projectName": "printhub",
|
|
"vmArgs": "-Dspring.profiles.active=dev"
|
|
}
|
|
]
|
|
}
|