25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BinHong Lee 00f9e5c388 Converted Book class to Kotlin 7 년 전
docs Updated JavaDocs and JUnit tests for all non-UI classes 7 년 전
src Converted Book class to Kotlin 7 년 전
.codecov.yml Added .codecov.yml 7 년 전
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes 7 년 전
.travis.yml Separate linux JDK tests to 2 jobs 7 년 전
LICENSE Added Travis-CI, codecov and LICENSE file 7 년 전
README.md Added Travis-CI, codecov and LICENSE file 7 년 전
_config.yml Set theme jekyll-theme-midnight 7 년 전
pom.xml Converted Book class to Kotlin 7 년 전

README.md

Library System

Build Status codecov MIT License

API Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Oracle JDK

Use

- Clone this repository

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

- Run the program

mvn compile
mvn exec:java

- Run test

mvn test