Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
BinHong Lee e455607324
Specify jdk version for osx in Travis
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 Specify jdk version for osx in Travis 6 лет назад
LICENSE Added Travis-CI, codecov and LICENSE file 7 лет назад
README.md Drone.io CI support 6 лет назад
_config.yml Set theme jekyll-theme-midnight 7 лет назад
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