Created
February 5, 2025 15:03
-
-
Save rakia/44cea2c6ef5f1befd591af22d3546d43 to your computer and use it in GitHub Desktop.
The build.gradle file of my spring boot and spring AI application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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