Files
xiaoyishu/.vscode/launch.json
T
hanfuye 1c6a5dc3be
Sync All Branches to GitHub / sync (push) Successful in 3s
添加jasypt加密配置
2026-01-17 15:06:32 +08:00

16 lines
431 B
JSON

{
"configurations": [
{
"type": "java",
"name": "Spring Boot-XiaoyiAuthApplication<xiaoyi-auth>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "top.crushtj.xiaoyishu.auth.XiaoyiAuthApplication",
"projectName": "xiaoyi-auth",
"args": "",
"vmArgs": "-Djasypt.encryptor.password=GhaU7VjZd2b3M4Hbx4SelEXZc",
"envFile": "${workspaceFolder}/.env"
}
]
}