Skip to content

Commit 4e0405e

Browse files
committed
feat:《本地任务消息组件》- 第3-1节:工程初始化创建
1 parent 16b36af commit 4e0405e

6 files changed

Lines changed: 37 additions & 0 deletions

File tree

docs/.vuepress/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,14 @@ function getBarAIMCPGateway() {
22892289
"第2-1节:MCP服务实现.md",
22902290
"第2-2节:MCP代理调用.md",
22912291
"第2-3节:MCP通信协议.md",
2292+
]
2293+
},
2294+
{
2295+
title: "第3部分:网关实现",
2296+
collapsable: false,
2297+
sidebarDepth: 0,
2298+
children: [
2299+
"第3-1节:工程初始化创建.md",
22922300
"none.md",
22932301
]
22942302
},
867 KB
Loading
322 KB
Loading
505 KB
Loading
705 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: 【更】第3-1节:工程初始化创建
3+
pay: https://t.zsxq.com/xdnB0
4+
---
5+
6+
# 《AI MCP Gateway 网关服务系统》第3-1节:工程初始化创建
7+
8+
作者:小傅哥
9+
<br/>博客:[https://bugstack.cn](https://bugstack.cn)
10+
<br/>视频:[https://t.zsxq.com/5PzN8](https://t.zsxq.com/5PzN8)
11+
12+
>大家好,我是技术UP主小傅哥。
13+
14+
## 一、本章诉求
15+
16+
搭建 AI MCP Gateway 网关工程,并 push 代码到课程仓库,以及演示关于 Git 使用,方便后续学习使用。
17+
18+
## 二、环境配置
19+
20+
- JDK 17
21+
- Maven 3.8.x - [Maven 教程](https://bugstack.cn/md/road-map/maven.html)
22+
- IntelliJ IDEA 社区版(免费) [IntelliJ IDEA 教程](https://bugstack.cn/md/road-map/intellij-idea.html)
23+
- Git - 安装后会配置到 IntellJ IDEA 这样才能向服务端推送或者拉取代码。学习后可以知道怎么拉取、提交和比对代码。Git 教程:https://bugstack.cn/md/road-map/git.html
24+
25+
<div align="center">
26+
<img src="https://bugstack.cn/images/article/project/ai-mcp-gateway/ai-mcp-gateway-3-1-03.png" width="650px"/>
27+
</div>
28+
29+
>相关软件,在星球课程入口,编程环境中提供了下载链接。编程环境:[https://t.zsxq.com/19Rnk98M0](https://t.zsxq.com/19Rnk98M0) - 提供了已经配置好镜像的 maven 方便直接使用。

0 commit comments

Comments
 (0)