Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
BinHong Lee e455607324
Specify jdk version for osx in Travis
il y a 6 ans
docs Updated JavaDocs and JUnit tests for all non-UI classes il y a 7 ans
src Added Kotlin as a dependencyin README il y a 7 ans
.codecov.yml Added .codecov.yml il y a 7 ans
.drone.yml Drone.io CI support il y a 6 ans
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes il y a 7 ans
.travis.yml Specify jdk version for osx in Travis il y a 6 ans
LICENSE Added Travis-CI, codecov and LICENSE file il y a 7 ans
README.md Drone.io CI support il y a 6 ans
_config.yml Set theme jekyll-theme-midnight il y a 7 ans
pom.xml Converted BookTest and UserTest to Kotlin il y a 7 ans

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