Няма описание

Fabien CHERET 7286cf1333 making rest api better again преди 5 години
docs 7286cf1333 making rest api better again преди 5 години
src 7286cf1333 making rest api better again преди 5 години
README.md 6dacc3c91c working stuff преди 5 години
lombok.config 323e57c375 working stuff преди 5 години
pom.xml 323e57c375 working stuff преди 5 години

README.md

Toll Parking Library

Server created with SpringBoot, Lombok, and maven

Build instructions

Prerequisites

  • Maven3
  • JDK 11+

Building

mvn clean install

Running the server

mvn spring-boot:run

or

java -jar target/parkingtoll-0.0.1-SNAPSHOT.jar

The server application will spawn on http://localhost:8080

###Open Endpoints

Endpoints for viewing and manipulating the Parking Lots and park cars.

Future Improvements

  • relying on an actual persistent DAO
  • implement different pricing policies

Unit tests and code coverage

mvn clean test

100% classes, 100% lines covered in package eu.fibane.parkingtoll

JaCoCo report in target/site/ folder