Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
BinHong Lee 65c9bec312 Documentations are now all in javadocs (through Maven Apache) il y a 7 ans
docs Documentations are now all in javadocs (through Maven Apache) il y a 7 ans
src Documentations are now all in javadocs (through Maven Apache) il y a 7 ans
.gitignore Settings now allow custom title and save file names. il y a 7 ans
README.md Added json.jar as an external resources. il y a 7 ans
pom.xml Added JSON implementation for books il y a 7 ans

README.md

Library System

NOTE: Still not working as intended.

Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Oracle JDK

Use

- Clone this repository

git clone https://github.com/binhonglee/LibrarySystem.git

- Run the program

mvn compile
mvn exec:java

- Run test

mvn test