vh1ne open source classes
Before you begin, ensure you have met the following requirements:
- Java Development Kit (JDK) 21 or later
- Maven 3.6+ (as the project uses Maven)
- Your favorite IDE (IntelliJ IDEA, Eclipse, VS Code, etc.)
Follow these steps to get your development environment set up:
-
Clone the repository
git clone https://github.com/vh1ne/OpenSource.git -
Navigate to the project directory
cd OpenSource -
Build the project
mvn clean install -
Run the application
mvn spring-boot:run -
The application should now be running on
http://localhost:8080