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 af3dd212d1 Converted User class to Kotlin před 7 roky
docs Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
src Converted User class to Kotlin před 7 roky
.codecov.yml Added .codecov.yml před 7 roky
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes před 7 roky
.travis.yml Converted User class to Kotlin 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 Converted Book class to Kotlin 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