# Spring AI Agent Development **Repository Path**: zl3624/spring-ai-agent-development ## Basic Information - **Project Name**: Spring AI Agent Development - **Description**: Spring AI 智能体开发入门 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-03-31 - **Last Updated**: 2026-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring AI Agent Development #### 介绍 本项目为《Spring AI 智能体开发入门》视频的配套示例代码及环境搭建需要的配置文件,视频和代码及配置文件的对应关系如下: |视频|代码或配置| |---|---| |01 [课程简介](https://www.bilibili.com/video/BV1oj9JBDEZj/)|无| |02 [作者简介](https://www.bilibili.com/video/BV17j9JBQEzP/)|无| |03 [阿里云百炼平台的使用](https://www.bilibili.com/video/BV1ZL9JBHEQe/)|无| |04 [Ollama的安装及使用](https://www.bilibili.com/video/BV17L9JBpEes/)|无| |05 [WSL及容器环境安装](https://www.bilibili.com/video/BV1ZL9JBHEUX/)|无| |06 [部署Postgresql数据库](https://www.bilibili.com/video/BV1ZL9JBHEfs/)|[postgresql](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/env-config/postgresql)| |07 [部署Milvus向量数据库](https://www.bilibili.com/video/BV1ZL9JBHE9v/)|[milvus](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/env-config/milvus)、[attu](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/env-config/attu)| |08 [Hello World](https://www.bilibili.com/video/BV1EL9JBpEAx/)|[hello](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/hello)| |09 [可配置对话模型示例](https://www.bilibili.com/video/BV1ZL9JBHEvg/)|[config-chatmodel](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/config-chatmodel)| |10 [调用本地运行的Ollama模型示例](https://www.bilibili.com/video/BV1oJ9JBUEFd/)|[ollama-demo](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/ollama-demo)| |11 [消息类型及系统消息的影响](https://www.bilibili.com/video/BV1RJ9JBUEdy/)|[system-message](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/system-message)| |12 [提示词与多轮对话](https://www.bilibili.com/video/BV1RJ9JBUEoa/)|[multi-turn-talk](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/multi-turn-talk)| |13 [提示词增强](https://www.bilibili.com/video/BV1LJ9JBSEx5/)|[augment-message](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/augment-message)| |14 [词元(token)及用量统计](https://www.bilibili.com/video/BV1jJ9JBSE5L/)|[token-usage](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/token-usage)| |15 [流式响应](https://www.bilibili.com/video/BV1oJ9JBUEFW/)|[streaming-output](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/streaming-output)| |16 [思维链](https://www.bilibili.com/video/BV1dJ9JBUEtp/)|[chat-with-think](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/chat-with-think) | |17 [多模态大模型应用示例](https://www.bilibili.com/video/BV1iJ9JBSEsf/)|[multimodal-demo](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/multimodal-demo)| |18 [提示词模板](https://www.bilibili.com/video/BV1jJ9JBSEVn/)|[prompt-template-demo](https://gitee.com/zl3624/spring-ai-agent-development/tree/master/code/prompt-template-demo)| |正在更新|正在更新| |...|...|