We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7210d81 commit 9c6e16dCopy full SHA for 9c6e16d
backend/build.gradle.kts
@@ -55,7 +55,7 @@ dependencies {
55
56
57
// 1. Spring AI의 모든 모듈 버전을 일관되게 관리하는 BOM (필수)
58
- implementation(enforcedPlatform("org.springframework.ai:spring-ai-bom:1.0.0-M1"))
+ implementation(enforcedPlatform("org.springframework.ai:spring-ai-bom:$springAiVersion"))
59
// 2. Vertex AI Gemini 모델 스타터
60
// implementation("org.springframework.ai:spring-ai-vertex-ai-gemini-spring-boot-starter")
61
0 commit comments