Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
BinHong Lee 566ab73aba Separate linux JDK tests to 2 jobs vor 7 Jahren
docs Updated JavaDocs and JUnit tests for all non-UI classes vor 7 Jahren
src Updated JavaDocs and JUnit tests for all non-UI classes vor 7 Jahren
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes vor 7 Jahren
.travis.yml Separate linux JDK tests to 2 jobs vor 7 Jahren
LICENSE Added Travis-CI, codecov and LICENSE file vor 7 Jahren
README.md Added Travis-CI, codecov and LICENSE file vor 7 Jahren
_config.yml Set theme jekyll-theme-midnight vor 7 Jahren
pom.xml Added Travis-CI, codecov and LICENSE file vor 7 Jahren

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