文章清单 《Spring AI与DeepSeek实战一:快速打造智能对话应用》 《Spring AI与DeepSeek实战二:打造企业级智能体》 《Spring AI与DeepSeek实战三:打造企业知识库》 接口清单 普通对话:http://localhost:8080/ai/chat 模板对话:http://localhost:8080/ai/chatTemp 流式对话:http://localhost:8080/ai/steamChat 翻译:http://localhost:8080/agent/translate RAG搜索:http://localhost:8080/rag/search 页面清单 智能对话助手(模板对话):http://localhost:8080 智能对话助手(流式对话):http://localhost:8080/streamChat.html 智能翻译助手:http://localhost:8080/translate.html