Skip to content

Instantly share code, notes, and snippets.

@rakia
Created February 5, 2025 15:03
Show Gist options
  • Save rakia/44cea2c6ef5f1befd591af22d3546d43 to your computer and use it in GitHub Desktop.
Save rakia/44cea2c6ef5f1befd591af22d3546d43 to your computer and use it in GitHub Desktop.
The build.gradle file of my spring boot and spring AI application
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.ai:spring-ai-openai-spring-boot-starter'
implementation 'org.springframework.ai:spring-ai-vertex-ai-gemini-spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment