| 1234567891011121314 |
- {
- "configurations": [
- {
- "type": "java",
- "name": "Spring Boot-TestRegex<UV_SAIC_SHARED>",
- "request": "launch",
- "cwd": "${workspaceFolder}",
- "mainClass": "es.uv.saic.shared.domain.TestRegex",
- "projectName": "UV_SAIC_SHARED",
- "args": "",
- "envFile": "${workspaceFolder}/.env"
- }
- ]
- }
|