Upload project files
This commit is contained in:
commit
9f8250ae15
20 changed files with 2936 additions and 0 deletions
14
doc/HOW_TO_COMPILE.md
Normal file
14
doc/HOW_TO_COMPILE.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
```
|
||||
# When you make changes to the library
|
||||
$ cd LibraryManagementLibrary
|
||||
$ mvn clean install
|
||||
|
||||
# Any time you make changes (in the top-level project directory)
|
||||
$ mvn clean package
|
||||
|
||||
# Run the server
|
||||
$ java -jar LibraryManagementServer/target/LibraryManagementServer-1.0-SNAPSHOT.jar
|
||||
|
||||
# Run the client
|
||||
$ java -jar LibraryManagementClient/target/LibraryManagementClient-1.0-SNAPSHOT.jar
|
||||
```
|
2
doc/tempformatingfile.txt
Normal file
2
doc/tempformatingfile.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
_Title_, _Author_, _Year_, _Publisher_, _PublishDate_, _ISBN_, _NumCopies_, _NumChecked_, _IdNum_, _Price_, _CurrentHolders_
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue