修改vscode配置

This commit is contained in:
2025-11-27 17:35:19 +08:00
parent ebdcd3c78a
commit 11b5f6fe65
3 changed files with 20 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"configurations": [
{
"type": "java",
"name": "Spring Boot-XiaoyiAuthApplication<xiaoyi-auth>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "top.crushtj.xiaoyishu.auth.XiaoyiAuthApplication",
"projectName": "xiaoyi-auth",
"args": "",
"envFile": "${workspaceFolder}/.env"
}
]
}