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 af593f043f
Trigger drone
пре 6 година
docs Updated JavaDocs and JUnit tests for all non-UI classes пре 7 година
src Added Kotlin as a dependencyin README пре 7 година
.codecov.yml Added .codecov.yml пре 7 година
.drone.yml Drone.io CI support пре 6 година
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes пре 7 година
.travis.yml Converted User class to Kotlin пре 7 година
LICENSE Added Travis-CI, codecov and LICENSE file пре 7 година
README.md Drone.io CI support пре 6 година
_config.yml Set theme jekyll-theme-midnight пре 7 година
newFile Trigger drone пре 6 година
pom.xml Converted BookTest and UserTest to Kotlin пре 7 година

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