|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <parent> |
7 | | - <groupId>io.github.alexcheng1982</groupId> |
8 | | - <artifactId>spring-ai-dashscope-client-parent</artifactId> |
9 | | - <version>0.9.0</version> |
| 7 | + <groupId>org.springframework.boot</groupId> |
| 8 | + <artifactId>spring-boot-starter-parent</artifactId> |
| 9 | + <version>3.2.4</version> |
| 10 | + <relativePath/> |
10 | 11 | </parent> |
11 | 12 |
|
| 13 | + <groupId>io.github.alexcheng1982</groupId> |
12 | 14 | <artifactId>spring-ai-dashscope-client-example</artifactId> |
| 15 | + <version>0.0.1-SNAPSHOT</version> |
13 | 16 | <name>Aliyun Dashscope Spring AI Client :: Example</name> |
14 | 17 | <description>Aliyun Dashscope Spring AI Client :: Example</description> |
15 | 18 |
|
16 | 19 | <properties> |
17 | 20 | <maven.compiler.source>17</maven.compiler.source> |
18 | 21 | <maven.compiler.target>17</maven.compiler.target> |
19 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | | - <spring-boot.version>3.2.4</spring-boot.version> |
21 | 23 | <spring-ai.version>0.8.1</spring-ai.version> |
22 | 24 | </properties> |
23 | 25 |
|
|
37 | 39 | <dependency> |
38 | 40 | <groupId>org.springframework.boot</groupId> |
39 | 41 | <artifactId>spring-boot-starter-web</artifactId> |
40 | | - <version>${spring-boot.version}</version> |
41 | | - </dependency> |
42 | | - <dependency> |
43 | | - <groupId>org.springframework.boot</groupId> |
44 | | - <artifactId>spring-boot-starter-json</artifactId> |
45 | | - <version>${spring-boot.version}</version> |
46 | 42 | </dependency> |
47 | 43 | <dependency> |
48 | 44 | <groupId>org.springframework.ai</groupId> |
|
51 | 47 | <dependency> |
52 | 48 | <groupId>io.github.alexcheng1982</groupId> |
53 | 49 | <artifactId>spring-ai-dashscope-spring-boot-starter</artifactId> |
54 | | - <version>${project.version}</version> |
| 50 | + <version>0.9.0</version> |
55 | 51 | </dependency> |
56 | 52 | <dependency> |
57 | 53 | <groupId>org.springdoc</groupId> |
|
0 commit comments