Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
BinHong Lee d13c326cd9 Further increase code coverage 7 lat temu
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 lat temu
src Further increase code coverage 7 lat temu
.codecov.yml Added .codecov.yml 7 lat temu
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 lat temu
.travis.yml Separate linux JDK tests to 2 jobs 7 lat temu
LICENSE Added Travis-CI, codecov and LICENSE file 7 lat temu
README.md Added Travis-CI, codecov and LICENSE file 7 lat temu
_config.yml Set theme jekyll-theme-midnight 7 lat temu
pom.xml Deploy first pre-release 7 lat temu

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