Files
qhmes/.vscode/launch.json
2026-05-19 10:11:20 +08:00

12 lines
320 B
JSON

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