The Spring AI Demo is a demonstration project showcasing the integration of artificial intelligence capabilities within a Spring Boot application. This project aims to illustrate how to implement AI features using Spring Framework and related technologies.
- AI Integration: Demonstrates how to use AI libraries and Ollama project.
- Spring Boot: Leverages the Spring Boot framework for building scalable applications.
- RESTful APIs: Provides endpoints to interact with AI features.
- Database Connectivity: Uses PostgreSQL for data persistence.
- Build the project:
./gradlew build
To run the application, execute the following command:
./gradlew bootRun
You can access the RESTful APIs at http://localhost:8080/api
.
To run the tests, use the following command:
./gradlew test
This project is licensed under the MIT License.
- Spring Framework
- Artificial Intelligence Libraries
- PostgreSQL