Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
BinHong Lee 1ddf3c637a Set theme jekyll-theme-time-machine 7 лет назад
docs Set theme jekyll-theme-time-machine 7 лет назад
src Now uses Maven for compile, clean and execution 7 лет назад
.gitignore Now uses Maven for compile, clean and execution 7 лет назад
README.md Added basic README.md 7 лет назад
pom.xml Now uses Maven for compile, clean and execution 7 лет назад

README.md

Library System

NOTE: Still not working as intended.

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