Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
BinHong Lee 6a668e9c7a Merge branch 'master' of https://github.com/binhonglee/LibrarySystem 7 лет назад
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem 7 лет назад
src Now uses Maven for compile, clean and execution 7 лет назад
.gitignore Now uses Maven for compile, clean and execution 7 лет назад
README.md Updated documentations to include all classes available 7 лет назад
pom.xml Now uses Maven for compile, clean and execution 7 лет назад

README.md

Library System

NOTE: Still not working as intended.

Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Any 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