Files
qhmes/.vscode/launch.json

11 lines
269 B
JSON
Raw Normal View History

2026-05-06 17:15:52 +08:00
{
"configurations": [
{
"type": "java",
"name": "JeecgSystemApplication",
"request": "launch",
"mainClass": "org.jeecg.JeecgSystemApplication",
"projectName": "jeecg-system-start"
}
]
}