https://github.com/langwatch/spring-ai-template
https://github.com/langwatch/spring-ai-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/langwatch/spring-ai-template
- Owner: langwatch
- Created: 2025-05-27T13:26:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T12:21:47.000Z (about 1 year ago)
- Last Synced: 2025-07-06T17:07:19.091Z (about 1 year ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring AI Template
A Spring Boot template project for building AI-powered applications using Spring AI. This template provides a foundation
for developing applications that leverage artificial intelligence capabilities through the Spring AI library.
## Technologies Used
- Spring Boot
- PostgreSQL
- Spring AI
- Other technologies...
## Setup Instructions
1. Clone the repository
2. Configure database properties in `application.properties`
3. Set up environment variables:
- DB_USERNAME
- DB_PASSWORD
- OPENAI_API_KEY
4. Run the application
## API Documentation
API documentation is available at `/swagger-ui.html` when the application is running.