您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
BinHong Lee ec2bdc1d63 Added basic README.md 7 年前
src Now uses Maven for compile, clean and execution 7 年前
.gitignore Now uses Maven for compile, clean and execution 7 年前
README.md Added basic README.md 7 年前
pom.xml Now uses Maven for compile, clean and execution 7 年前

README.md

Library System

NOTE: Still not working as intended.

Dependencies

  1. Maven Apache
  2. Any 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