stomp + websocket 业务代码实现

This commit is contained in:
yyb
2025-04-15 14:39:18 +08:00
parent 4c19ee2627
commit c265d3a19a
59 changed files with 1729 additions and 951 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# 忽略 IDE 和编译生成的文件
.idea/
target/
*.iml
*.class
# 忽略日志文件
logs/
*.log
# 忽略配置文件
application-local.yml
bootstrap-local.yml
# 忽略临时文件
*.tmp
*.bak
*.swp
# 忽略依赖缓存
.m2/
node_modules/
# 忽略敏感信息
.env
credentials.json
# 忽略系统文件
.DS_Store
Thumbs.db