25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
BinHong Lee 008fb84203 JDK switcher doesn't work in OSX 7 yıl önce
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 yıl önce
src Updated JavaDocs and JUnit tests for all non-UI classes 7 yıl önce
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 yıl önce
.travis.yml JDK switcher doesn't work in OSX 7 yıl önce
LICENSE Added Travis-CI, codecov and LICENSE file 7 yıl önce
README.md Added Travis-CI, codecov and LICENSE file 7 yıl önce
_config.yml Set theme jekyll-theme-midnight 7 yıl önce
pom.xml Added Travis-CI, codecov and LICENSE file 7 yıl önce

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