1.添加 rabbitmq

2.在 AI 登录时 创建消息队列
This commit is contained in:
2025-08-27 16:42:53 +08:00
parent 5ea65a8d25
commit 07a4142818
7 changed files with 148 additions and 19 deletions

View File

@@ -47,7 +47,8 @@ public class SaTokenConfigure implements WebMvcConfigurer {
"/tenant/get-id-by-name",
"/user/bigbrother-doLogin",
"/user/aiChat-doLogin",
"/error"
"/user/aiChat-logout",
"/error",
};
}