mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-02-03 03:46:18 +00:00
19 lines
411 B
JSON
19 lines
411 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Current File",
|
|
"request": "launch",
|
|
"mainClass": "${file}"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "AppMain",
|
|
"request": "launch",
|
|
"mainClass": "cn.qaiu.lz.AppMain",
|
|
"projectName": "web-service"
|
|
}
|
|
]
|
|
}
|