12 lines
320 B
JSON
12 lines
320 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "JeecgSystemApplication",
|
|
"request": "launch",
|
|
"mainClass": "org.jeecg.JeecgSystemApplication",
|
|
"projectName": "jeecg-system-start",
|
|
"preLaunchTask": "JeecgBoot: compile"
|
|
}
|
|
]
|
|
} |