summaryrefslogtreecommitdiff
path: root/oop/11-point-of-sale/README
diff options
context:
space:
mode:
Diffstat (limited to 'oop/11-point-of-sale/README')
-rw-r--r--oop/11-point-of-sale/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/oop/11-point-of-sale/README b/oop/11-point-of-sale/README
new file mode 100644
index 0000000..1fd7424
--- /dev/null
+++ b/oop/11-point-of-sale/README
@@ -0,0 +1,11 @@
+This sample Maven project shows how object oriented software is developed.
+
+The docs directory contains .uxf files that can be opened with UMLet diagram editor. UMLet is available as a Visual Studio Code extension. It is also available as a standalone application.
+
+To build the project, run:
+
+ mvn clean package
+
+To run the application packaged earlier, execute:
+
+ java -jar target/point-of-sale-1.0-SNAPSHOT.jar \ No newline at end of file