您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
BinHong Lee 65c9bec312 Documentations are now all in javadocs (through Maven Apache) 7 年前
docs Documentations are now all in javadocs (through Maven Apache) 7 年前
src Documentations are now all in javadocs (through Maven Apache) 7 年前
.gitignore Settings now allow custom title and save file names. 7 年前
README.md Added json.jar as an external resources. 7 年前
pom.xml Added JSON implementation for books 7 年前

README.md

Library System

NOTE: Still not working as intended.

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