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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue