33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "jeecgboot-vue3: 调试前端 (Chrome)",
|
|
"url": "http://localhost:3100",
|
|
"webRoot": "${workspaceFolder}/jeecgboot-vue3",
|
|
"preLaunchTask": "jeecgboot-vue3: dev"
|
|
},
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "jeecgboot-vue3: dev",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"cwd": "${workspaceFolder}/jeecgboot-vue3",
|
|
"console": "integratedTerminal",
|
|
"skipFiles": ["<node_internals>/**", "**/node_modules/**"]
|
|
},
|
|
{
|
|
"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 -Dspring.main.banner-mode=log -Dspring.banner.charset=UTF-8 -Dlogging.charset.console=GBK"
|
|
}
|
|
]
|
|
}
|