You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
610 B
21 lines
610 B
2 years ago
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "java",
|
||
|
"name": "Debug (Launch)",
|
||
|
"request": "launch",
|
||
|
"cwd": "${workspaceFolder}/bin",
|
||
|
"sourcePaths": [
|
||
|
"$(workspaceRoot)/src"
|
||
|
],
|
||
|
"classPaths": [
|
||
|
"",
|
||
|
"$(workspaceRoot)/bin",
|
||
|
"/Users/coolcao/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.4.1/f07c773f7b3a03c3801d405cadbdc93f7548e321/jackson-databind-2.4.1.jar",
|
||
|
],
|
||
|
"mainClass": "com.dsideal.baseService.${fileBasenameNoExtension}",
|
||
|
"args": ""
|
||
|
}
|
||
|
]
|
||
|
}
|