Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.42 KB

spring.md

File metadata and controls

21 lines (17 loc) · 1.42 KB

Hardware and software requirements for Spring framework development

   

Workstation specifications

  • Windows 10 or higher or Linux or MacOS, 64-bit
  • RAM, 8GB required, 16GB 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 the latest LTS version JDK 21. Create an environmental variable named JAVA_HOME pointing to the JDK installation folder.
  2. Maven, download Maven 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. Create a Github account.