You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							99 lines
						
					
					
						
							3.0 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							99 lines
						
					
					
						
							3.0 KiB
						
					
					
				
								<?xml version="1.0" encoding="UTF-8"?>
							 | 
						|
								<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
							 | 
						|
								         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
							 | 
						|
								    <modelVersion>4.0.0</modelVersion>
							 | 
						|
								
							 | 
						|
								    <parent>
							 | 
						|
								        <groupId>org.springframework.boot</groupId>
							 | 
						|
								        <artifactId>spring-boot-starter-parent</artifactId>
							 | 
						|
								        <version>3.2.5</version>
							 | 
						|
								        <relativePath/> <!-- lookup parent from repository -->
							 | 
						|
								    </parent>
							 | 
						|
								
							 | 
						|
								    <groupId>com.jzx</groupId>
							 | 
						|
								    <artifactId>tuling-flight-booking</artifactId>
							 | 
						|
								    <version>0.0.1-SNAPSHOT</version>
							 | 
						|
								    <name>tuling-flight-booking</name>
							 | 
						|
								    <description>stuling-flight-booking</description>
							 | 
						|
								
							 | 
						|
								    <properties>
							 | 
						|
								        <java.version>17</java.version>
							 | 
						|
								        <spring-ai.version>1.0.0-M3</spring-ai.version>
							 | 
						|
								    </properties>
							 | 
						|
								
							 | 
						|
								    <dependencies>
							 | 
						|
								        <dependency>
							 | 
						|
								            <groupId>org.springframework.boot</groupId>
							 | 
						|
								            <artifactId>spring-boot-starter-web</artifactId>
							 | 
						|
								        </dependency>
							 | 
						|
								       <!--
							 | 
						|
								        通义-->
							 | 
						|
								        <dependency>
							 | 
						|
								            <groupId>com.alibaba.cloud.ai</groupId>
							 | 
						|
								            <artifactId>spring-ai-alibaba-starter</artifactId>
							 | 
						|
								            <version>1.0.0-M3.3</version>
							 | 
						|
								        </dependency>
							 | 
						|
								
							 | 
						|
								       <!--
							 | 
						|
								       openAI
							 | 
						|
								       <dependency>
							 | 
						|
								            <groupId>org.springframework.ai</groupId>
							 | 
						|
								            <artifactId>spring-ai-openai-spring-boot-starter</artifactId>
							 | 
						|
								        </dependency>-->
							 | 
						|
								
							 | 
						|
								        <!--
							 | 
						|
								        千帆: 只能用v1   .v2不适配
							 | 
						|
								        <dependency>
							 | 
						|
								            <groupId>org.springframework.ai</groupId>
							 | 
						|
								            <artifactId>spring-ai-qianfan-spring-boot-starter</artifactId>
							 | 
						|
								        </dependency>-->
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								        <!--ollama
							 | 
						|
								
							 | 
						|
								        <dependency>
							 | 
						|
								            <groupId>org.springframework.ai</groupId>
							 | 
						|
								            <artifactId>spring-ai-ollama-spring-boot-starter</artifactId>
							 | 
						|
								        </dependency>  -->
							 | 
						|
								
							 | 
						|
								        <dependency>
							 | 
						|
								            <groupId>org.springframework.boot</groupId>
							 | 
						|
								            <artifactId>spring-boot-starter-test</artifactId>
							 | 
						|
								            <scope>test</scope>
							 | 
						|
								        </dependency>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								    </dependencies>
							 | 
						|
								
							 | 
						|
								    <dependencyManagement>
							 | 
						|
								        <dependencies>
							 | 
						|
								            <dependency>
							 | 
						|
								                <groupId>org.springframework.ai</groupId>
							 | 
						|
								                <artifactId>spring-ai-bom</artifactId>
							 | 
						|
								                <version>${spring-ai.version}</version>
							 | 
						|
								                <type>pom</type>
							 | 
						|
								                <scope>import</scope>
							 | 
						|
								            </dependency>
							 | 
						|
								        </dependencies>
							 | 
						|
								    </dependencyManagement>
							 | 
						|
								
							 | 
						|
								    <build>
							 | 
						|
								        <plugins>
							 | 
						|
								            <plugin>
							 | 
						|
								                <groupId>org.springframework.boot</groupId>
							 | 
						|
								                <artifactId>spring-boot-maven-plugin</artifactId>
							 | 
						|
								            </plugin>
							 | 
						|
								        </plugins>
							 | 
						|
								    </build>
							 | 
						|
								    <repositories>
							 | 
						|
								        <repository>
							 | 
						|
								            <id>spring-milestones</id>
							 | 
						|
								            <name>Spring Milestones</name>
							 | 
						|
								            <url>https://repo.spring.io/milestone</url>
							 | 
						|
								            <snapshots>
							 | 
						|
								                <enabled>false</enabled>
							 | 
						|
								            </snapshots>
							 | 
						|
								        </repository>
							 | 
						|
								    </repositories>
							 | 
						|
								
							 | 
						|
								</project>
							 |