Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
BinHong Lee d13c326cd9 Further increase code coverage há 7 anos
docs Updated JavaDocs and JUnit tests for all non-UI classes há 7 anos
src Further increase code coverage há 7 anos
.codecov.yml Added .codecov.yml há 7 anos
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes há 7 anos
.travis.yml Separate linux JDK tests to 2 jobs há 7 anos
LICENSE Added Travis-CI, codecov and LICENSE file há 7 anos
README.md Added Travis-CI, codecov and LICENSE file há 7 anos
_config.yml Set theme jekyll-theme-midnight há 7 anos
pom.xml Deploy first pre-release há 7 anos

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