Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
BinHong Lee 0b6532dd73 Updated JavaDocs and JUnit tests for all non-UI classes 7 anos atrás
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 anos atrás
src Updated JavaDocs and JUnit tests for all non-UI classes 7 anos atrás
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 anos atrás
README.md Added json.jar as an external resources. 7 anos atrás
_config.yml Set theme jekyll-theme-midnight 7 anos atrás
pom.xml Added JSON implementation for books 7 anos atrás

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