Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
BinHong Lee 566ab73aba Separate linux JDK tests to 2 jobs 7 лет назад
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 лет назад
src Updated JavaDocs and JUnit tests for all non-UI classes 7 лет назад
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 лет назад
.travis.yml Separate linux JDK tests to 2 jobs 7 лет назад
LICENSE Added Travis-CI, codecov and LICENSE file 7 лет назад
README.md Added Travis-CI, codecov and LICENSE file 7 лет назад
_config.yml Set theme jekyll-theme-midnight 7 лет назад
pom.xml Added Travis-CI, codecov and LICENSE file 7 лет назад

README.md

Library System

Build Status codecov MIT License

API 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