15 lines
441 B
JSON
15 lines
441 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "JeecgSystemApplication (单体)",
|
|
"request": "launch",
|
|
"mainClass": "org.jeecg.JeecgSystemApplication",
|
|
"projectName": "jeecg-system-start",
|
|
"cwd": "${workspaceFolder}/jeecg-boot/jeecg-module-system/jeecg-system-start",
|
|
"vmArgs": "-Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8"
|
|
}
|
|
]
|
|
}
|