選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
BinHong Lee c2f219227c Set theme jekyll-theme-midnight 7年前
docs Updated JavaDocs and JUnit tests for all non-UI classes 7年前
src Updated JavaDocs and JUnit tests for all non-UI classes 7年前
.codecov.yml Added .codecov.yml 7年前
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7年前
.travis.yml Separate linux JDK tests to 2 jobs 7年前
LICENSE Added Travis-CI, codecov and LICENSE file 7年前
README.md Added Travis-CI, codecov and LICENSE file 7年前
_config.yml Set theme jekyll-theme-midnight 7年前
pom.xml Deploy first pre-release 7年前

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