Files
qhmes/.vscode/launch.json
2026-05-06 17:15:52 +08:00

11 lines
269 B
JSON

{
"configurations": [
{
"type": "java",
"name": "JeecgSystemApplication",
"request": "launch",
"mainClass": "org.jeecg.JeecgSystemApplication",
"projectName": "jeecg-system-start"
}
]
}