Files
xiaoyishu/.vscode/launch.json
T
hanfuye 4eb71c4d4d
Sync All Branches to GitHub / sync (push) Successful in 3s
1、修改包名,避免自动配置被SpringBoot隐性优先规则覆盖
2、自定义Jackson starter
2026-01-12 16:28:31 +08:00

15 lines
353 B
JSON

{
"configurations": [
{
"type": "java",
"name": "Spring Boot-XiaoyiAuthApplication<xiaoyi-auth>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "com.jy.xiaoyishu.auth.XiaoyiAuthApplication",
"projectName": "xiaoyi-auth",
"args": "",
"envFile": "${workspaceFolder}/.env"
}
]
}