Skip to content

Java concurrency application in the form of a parking management simulation using semaphores and threads

Notifications You must be signed in to change notification settings

MohammedEAbdelAziz/parking-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking Manager

The goal of this app is to practice concurrency in Java using threading and semaphores.

Requirements

  • Java Development Kit (JDK)
  • Apache Maven

Building

  • Clone this repo git clone https://github.com/MohammedEAbdelAziz/parking-manager
  • Navigate to the app directory cd parking-manager
  • Run mvn clean install in your terminal to build the app.
  • Run mvn exec:java to run it.

About

Java concurrency application in the form of a parking management simulation using semaphores and threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages