spring-boot-bld-example/.vscode/launch.json

11 lines
243 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Run Tests",
"request": "launch",
"mainClass": "com.example.springboot.DemoApplicationTests"
}
]
}