SpringBoot WebSocket
-
SpringBoot结合WebSocket实现聊天功能
目录 一、导入依赖二、导入配置类三、创建传递消息的实体四、指定ServerEndpoint五、创建客户端六、演示 七、项目地址 一、导入依赖[详细]
2024-11-02 10:18 分类:开发 -
SpringBoot整合WebSocket实现实时通信功能
目录什么是WebSocket?Spring Boot中的WebSocket支持WebSocket和HTTP优劣势WebSocket的优势:HTTP的优势:示例版本依赖代码测试总结什么是WebSocket?[详细]
2023-11-30 10:27 分类:开发 How to auto-deploy web-app
I\'m trying to make sense on the best way to do automatize a series of things in a row in order to deploy a web-app and haven\'t yet came up with a s开发者_开发问答uitable solution. I would like to:[详细]
2022-12-28 17:29 分类:问答