An open API service indexing awesome lists of open source software.

https://github.com/bootcamptoprod/spring-boot-ai-gemini-integration

A simple Spring Boot AI application showcasing how to integrate Google Gemini with Spring AI
https://github.com/bootcamptoprod/spring-boot-ai-gemini-integration

google-gemini-spring-ai spring-ai spring-ai-gemini spring-ai-gemini-integration spring-ai-google-gemini-integration spring-ai-with-google-gemini spring-boot-ai

Last synced: about 2 months ago
JSON representation

A simple Spring Boot AI application showcasing how to integrate Google Gemini with Spring AI

Awesome Lists containing this project

README

        

# Integrating Google Gemini with Spring AI: Free LLM Access for Your POC

This repository demonstrates how to integrate **Google Gemini** with **Spring AI**, including:

- A basic chat client example.
- An advanced chat client example with **MCP integration** for tools support.

---

## 📌 Important Notes

### 🔑 Replace Placeholders Before Running

- Update `` with your actual Gemini API key.
- For the MCP integration example, replace the sample paths with the paths from your own file system where you want to perform file system-related operations.
- `/Users/username/Desktop`
- `/Users/username/Downloads`

---

## 📖 Learn More

For a complete walkthrough and explanation of the integration, read our blog:
[Integrating Google Gemini with Spring AI: Free LLM Access for Your POC](https://bootcamptoprod.com/integrating-google-gemini-with-spring-ai/)