Skip to content

ivan-golubev/gasstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modeling a gas station

Models a gas station:

  1. serving gas when available
  2. taking price, type and amount of gas into consideration

Installation

  1. Either download a zip or perform a git checkout from github.
  2. Install JDK 8.
  3. Install Maven 3.
  4. Set up the environment variables: JAVA_HOME, M2_HOME.

Usage

Execute this in console (cd to the project root directory first) or in you favourite IDE:

> mvn test

To get a verbose output switch from INFO to DEBUG in src/main/resources/log4j.properties

About

gas station simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages