1234567891011121314 |
- {
- "configurations": [
- {
- "type": "java",
- "name": "Spring Boot-LifeCenterApplication<LifeCenter>",
- "request": "launch",
- "cwd": "${workspaceFolder}",
- "console": "internalConsole",
- "mainClass": "com.lemon.lifecenter.LifeCenterApplication",
- "projectName": "LifeCenter",
- "args": ""
- }
- ]
- }
|