spring-boot-bld-example/.vscode/launch.json
2023-10-22 18:32:14 -07:00

11 lines
236 B
JSON

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