No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
BinHong Lee 008fb84203 JDK switcher doesn't work in OSX hace 7 años
docs Updated JavaDocs and JUnit tests for all non-UI classes hace 7 años
src Updated JavaDocs and JUnit tests for all non-UI classes hace 7 años
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes hace 7 años
.travis.yml JDK switcher doesn't work in OSX hace 7 años
LICENSE Added Travis-CI, codecov and LICENSE file hace 7 años
README.md Added Travis-CI, codecov and LICENSE file hace 7 años
_config.yml Set theme jekyll-theme-midnight hace 7 años
pom.xml Added Travis-CI, codecov and LICENSE file hace 7 años

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