Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
BinHong Lee 9d77520ea4 Deploy first pre-release 7 år sedan
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 år sedan
src Updated JavaDocs and JUnit tests for all non-UI classes 7 år sedan
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 år sedan
.travis.yml Separate linux JDK tests to 2 jobs 7 år sedan
LICENSE Added Travis-CI, codecov and LICENSE file 7 år sedan
README.md Added Travis-CI, codecov and LICENSE file 7 år sedan
_config.yml Set theme jekyll-theme-midnight 7 år sedan
pom.xml Deploy first pre-release 7 år sedan

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