Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
BinHong Lee e455607324
Specify jdk version for osx in Travis
6 anni fa
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 anni fa
src Added Kotlin as a dependencyin README 7 anni fa
.codecov.yml Added .codecov.yml 7 anni fa
.drone.yml Drone.io CI support 6 anni fa
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 anni fa
.travis.yml Specify jdk version for osx in Travis 6 anni fa
LICENSE Added Travis-CI, codecov and LICENSE file 7 anni fa
README.md Drone.io CI support 6 anni fa
_config.yml Set theme jekyll-theme-midnight 7 anni fa
pom.xml Converted BookTest and UserTest to Kotlin 7 anni fa

README.md

Library System

TravisCI Status Drone Status codecov MIT License

API Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Oracle JDK
  3. Kotlin

Use

- Clone this repository

git clone https://github.com/binhonglee/LibrarySystem.git

- Run the program

mvn compile
mvn exec:java

- Run test

mvn test