微信小程序+springboot及时聊天(通讯)代码
资源文件列表:

chatcode/
chatcode/springboot/
chatcode/springboot/chat/
chatcode/springboot/chat/config/
chatcode/springboot/chat/config/WebSocketConfig.java 1.15KB
chatcode/springboot/chat/controller/
chatcode/springboot/chat/controller/ChatController.java 2.22KB
chatcode/springboot/chat/entry/
chatcode/springboot/chat/entry/ChatMessage.java 242B
chatcode/springboot/chat/mini/
chatcode/springboot/chat/mini/config/
chatcode/springboot/chat/mini/config/MiniWebSocketConfig.java 440B
chatcode/springboot/chat/mini/controller/
chatcode/springboot/chat/mini/controller/MiniWebSocketController.java 2.81KB
chatcode/springboot/chat/mini/mapper/
chatcode/springboot/chat/mini/mapper/SessionPool.java 5.79KB
chatcode/springboot/chat/mini/mapper/WebSocketEndPoint.java 2.84KB
chatcode/springboot/constans/
chatcode/springboot/constans/Constans.java 312B
chatcode/springboot/redis/
chatcode/springboot/redis/config/
chatcode/springboot/redis/config/RedisConfig.java 1.75KB
chatcode/springboot/redis/mapper/
chatcode/springboot/redis/mapper/RedisUtils.java 3.62KB
chatcode/springboot/redis/tool/
chatcode/springboot/redis/tool/SufferVariable.java 584B
chatcode/springboot/tool/
chatcode/springboot/tool/Result.java 1.04KB
chatcode/wx_mini_code/
chatcode/wx_mini_code/chat/
chatcode/wx_mini_code/chat/chat.js 10.19KB
chatcode/wx_mini_code/chat/chat.json 31B
chatcode/wx_mini_code/chat/chat.wxml 4.83KB
chatcode/wx_mini_code/chat/chat.wxss 7.41KB
chatcode/wx_mini_code/rpromise/
chatcode/wx_mini_code/rpromise/request.js 703B
chatcode/wx_mini_code/rpromise/uploadfile.js 787B
chatcode/wx_mini_code/tool/
chatcode/wx_mini_code/tool/form/
chatcode/wx_mini_code/tool/form/form.js 5.4KB