Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
BinHong Lee 9d77520ea4 Deploy first pre-release před 7 roky
docs Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
src Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
.travis.yml Separate linux JDK tests to 2 jobs před 7 roky
LICENSE Added Travis-CI, codecov and LICENSE file před 7 roky
README.md Added Travis-CI, codecov and LICENSE file před 7 roky
_config.yml Set theme jekyll-theme-midnight před 7 roky
pom.xml Deploy first pre-release před 7 roky

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