15 lines
442 B
JSON
15 lines
442 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "JeecgSystemApplication (单体)",
|
|
"request": "launch",
|
|
"mainClass": "org.jeecg.JeecgSystemApplication",
|
|
"projectName": "jeecg-system-start",
|
|
"cwd": "${workspaceFolder}/jeecg-module-system/jeecg-system-start",
|
|
"vmArgs": "-Dspring.main.banner-mode=log -Dspring.banner.charset=UTF-8 -Dlogging.charset.console=GBK"
|
|
}
|
|
]
|
|
}
|