Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.57 KB

File metadata and controls

32 lines (23 loc) · 1.57 KB

Hardware and software requirements for Building AI Systems with Spring AI

   

Workstation specifications

  • Windows 11 or Linux or MacOS, 64-bit
  • RAM, 16GB required, 32GB preferable
  • 128 GB Storage (SSD would be preferable)
  • 4 Core CPU

Development IDE

Download IntelliJ IDEA Ultimate and install. If you already have it installed and your license has expired, we will provide you with a valid license for the duration of the course. If you prefer using another IDE, that's also fine as the examples do not use any IDE-specific functionality.

Java Development Tools

  1. Java Development Toolkit, download and install one the latest LTS version JDK 21 or JDK 25. Create an environmental variable named JAVA_HOME pointing to the JDK installation folder.
  2. Maven, download latest Maven distribution and follow the * *instructions**. Through the Maven dependency management mechanism, we will download every library needed in our projects. Create an environmental variable named MVN_HOME pointing to Maven's installation folder.
  3. Add %JAVA_HOME%\bin and %MVN_HOME%\bin to your PATH envrionmental variable.

Other tools

  1. Download and install Git Version Control.
  2. Download and install Docker Desktop.
  3. Create a Github account.