2026-05-06 17:15:52 +08:00
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"type": "java",
|
|
|
|
|
"name": "JeecgSystemApplication",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"mainClass": "org.jeecg.JeecgSystemApplication",
|
2026-05-19 10:11:20 +08:00
|
|
|
"projectName": "jeecg-system-start",
|
|
|
|
|
"preLaunchTask": "JeecgBoot: compile"
|
2026-05-06 17:15:52 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|