2026-05-06 17:15:52 +08:00
|
|
|
{
|
2026-05-19 11:22:53 +08:00
|
|
|
"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",
|
2026-05-20 15:37:39 +08:00
|
|
|
"vmArgs": "-Dfile.encoding=UTF-8 -Dspring.main.banner-mode=log -Dspring.banner.charset=UTF-8 -Dlogging.charset.console=GBK"
|
2026-05-19 11:22:53 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|