Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
BinHong Lee 8ce327bf0d Converted BookFactoryTest to kotlin vor 7 Jahren
docs Updated JavaDocs and JUnit tests for all non-UI classes vor 7 Jahren
src Converted BookFactoryTest to kotlin vor 7 Jahren
.codecov.yml Added .codecov.yml vor 7 Jahren
.gitignore Updated JavaDocs and JUnit tests for all non-UI classes vor 7 Jahren
.travis.yml Converted User class to Kotlin vor 7 Jahren
LICENSE Added Travis-CI, codecov and LICENSE file vor 7 Jahren
README.md Added Travis-CI, codecov and LICENSE file vor 7 Jahren
_config.yml Set theme jekyll-theme-midnight vor 7 Jahren
pom.xml Converted BookTest and UserTest to Kotlin vor 7 Jahren

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