This is a README file for Bike Simulation Application. It provides instructions on how to run the application and tests using Maven and Java 17.
Before you can run the application and tests, make sure you have the following installed:
- Java Development Kit (JDK) 17 (
Java version: 17.0.7
) - Apache Maven (
Apache Maven 3.9.2
)
To get started, follow these steps:
-
Clone the repository or extract the zip file:
git clone https://github.com/chamikabm/bike-simulation.git
-
Navigate to the project directory:
cd bike-simulation
-
Build the project using Maven:
mvn clean install
To run the application, use the following command:
java -jar target/bike-simulation-1.0-SNAPSHOT.jar
To run the tests, use the following command:
mvn test
If you need to configure/update any application-specific properties, you can do so by modifying the
config.properties
file located in thesrc/main/resources
directory.
- Fork the repository on GitHub.
- Create a new branch for your feature/bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the original repository.