ca42a7d9a4
- 删除分布式架构相关文件和配置 - 将backend-distributed重命名为backend保留分布式代码作为参考 - 优化backend-single单体架构实现 - 添加Coze API集成相关文档和测试 - 清理项目根目录的部署脚本和配置文件 - 更新WebSocket和消息服务实现 - 完善认证服务和密码加密功能
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"java.compile.nullAnalysis.mode": "automatic",
|
|
"java.debug.settings.onBuildFailureProceed": true,
|
|
"terminal.integrated.profiles.windows": {
|
|
"PowerShell": {
|
|
"args": ["-NoExit", "-Command", "chcp.com 65001"]
|
|
},
|
|
"Command Prompt": {
|
|
"args": ["/K", "chcp 65001"]
|
|
}
|
|
}
|
|
} |