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