目录使用 SseEmitter 实现 Spring Boot 后端的流式传输和前端的数据接收1. 什么是 SseEmitter?2. 在 Spring Boot 中使用 SseEmitter2.1 添加依赖2.2 创建后端流式接口3. 前端如何接收流式数据使用 SseEmitter 实现