AI服务-Springboot自动注入

This commit is contained in:
huangge1199 2025-07-12 10:45:35 +08:00
parent 1ef2872ebf
commit 381844b7b3

10
pom.xml
View File

@ -50,6 +50,16 @@
<artifactId>langchain4j-community-dashscope-spring-boot-starter</artifactId>
<version>1.1.0-beta7</version>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j</artifactId>
<version>1.1.0</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>dev.langchain4j</groupId>-->
<!-- <artifactId>langchain4j-spring-boot-starter</artifactId>-->
<!-- <version>1.1.0-beta7</version>-->
<!-- </dependency>-->
</dependencies>
<build>