Skip to content

Commit

Permalink
Merge pull request #28 from yuluo-yx/patch-2
Browse files Browse the repository at this point in the history
docs: Add minimum development environment requirements, jdk17
  • Loading branch information
chickenlj authored Oct 9, 2024
2 parents 8d2e9ee + 4eef7e3 commit 2fd88cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

总的来说,使用 Spring AI Alibaba 开发应用与使用普通 Spring Boot 没有什么区别,只需要增加 `spring-ai-alibaba-starter` 依赖,将 `ChatClient` Bean 注入就可以实现与模型聊天了。

> 因为 Spring AI Alibaba 基于 Spring Boot 3.x 开发,因此对 JDK 要求 17 及以上版本。
1. 在项目中加入 `spring-ai-alibaba-starter` 依赖。

```xml
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Please refer to [quick start](https://sca.aliyun.com/ai/get-started/) for how to

Overall, it takes only two steps to turn your Spring Boot application into an intelligent agent:

> Because Spring AI Alibaba is developed based on Spring Boot 3.x, it requires JDK version 17 and above.
1. Add 'spring-ai-alibaba-starter' dependency to your project.

```xml
Expand Down

0 comments on commit 2fd88cd

Please sign in to comment.