You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
BinHong Lee e455607324
Specify jdk version for osx in Travis
5 years ago
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 years ago
src Added Kotlin as a dependencyin README 7 years ago
.codecov.yml Added .codecov.yml 7 years ago
.drone.yml Drone.io CI support 6 years ago
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 years ago
.travis.yml Specify jdk version for osx in Travis 5 years ago
LICENSE Added Travis-CI, codecov and LICENSE file 7 years ago
README.md Drone.io CI support 6 years ago
_config.yml Set theme jekyll-theme-midnight 7 years ago
pom.xml Converted BookTest and UserTest to Kotlin 7 years ago

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