- Java Installed
- SQL Server & SQL Server Management Studio (SSMS)
- Microsoft JDBC Driver for SQL Server
- Apache Maven
- Java Downloads
- SQL Server Downloads
- Install SQL Server Management Studio (SSMS)
- Microsoft JDBC Driver for SQL Server
- Apache Maven Downloads
-
Download Maven.
-
Extract it anywhere (recommended:
C:/folder). -
Go to the folder:
...\(your maven folder)\bin\
Copy your bin path from the Maven main folder.Example:
-
Go to
Windows → Edit system environment variables → System Variables → PATH → Edit → NEW
- Open VS Code or Visual Studio.
- In terminal, run: mvn clean install.
- Launch with F5 or CTRL + F5.
💡 Tip: After adding Maven to PATH, you can test it by opening Command Prompt and typing:
mvn -v